图片悬停精美动画效果HoverEx插件 -- 不兼容低版本浏览器 -JS/jQuery代码 -演示与下载 -时代Java

Template 1

Template 2

Template 3

HoverEx - jQuery Hover Animation Plugin
HoverEx - jQuery Hover Animation Plugin
HoverEx - jQuery Hover Animation Plugin

Template 4

HoverEx - jQuery Plugin

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text.
View Detail

HoverEx - jQuery Plugin

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text.
View Detail

HoverEx - jQuery Plugin

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text.
View Detail

Template 5

Template 6

HoverEx Plugin

564Likes 115Dislikes

HoverEx Plugin

564Likes 115Dislikes

HoverEx Plugin

564Likes 115Dislikes

Inline Zoom Demo

Image zoom effect
Features:
  • Support mousewheel to control zoom state!
  • InitZoomState: the init zoom state,can be set a number or 'auto'.
  • ZoomRange : the min/max zoom state of the image.default 1X to 4X.
  • ZoomStep : zoom state change step.default 0.5.

Dynamic Zoom Demo

Work with Dynamic Zoom
It is just easy to use it for dynamic zoom.You need only to chang the original image and the large image src attr. For example:
$(function(){
	$(".thumb-list img").click(function(){
		var src = $(this).attr("src");
		var large = $(this).data("large");
		$("#zoomblock>img").attr("src",src);
		$("#zoomblock .he-zoom>img").attr("src",large);
	});
});

Slider Demo random animations

Support Mouse wheel to control the slider!
Features:
下载代码说明
X关闭

图片悬停精美动画效果HoverEx插件

鼠标悬停在图片上后,显示各种精美小效果,本案例主要使用jquery.hoverex插件实现效果。高版本浏览器下效果较好 使用方法简单:依次调用jquery库以及本插件,将你需要设置的部分按照本案例中的html修改即可,最后在底部加上调 用插件的方法即可搞定。