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: