Cool Image Hover Effects CSS
seen from Russia
seen from Malaysia

seen from Portugal
seen from Poland
seen from China

seen from United States
seen from China
seen from Malaysia
seen from China
seen from United States
seen from Russia
seen from China
seen from United States
seen from Brazil

seen from United States
seen from Australia
seen from China

seen from United States
seen from Mexico
seen from China
Cool Image Hover Effects CSS
Awesome Image hover with Text overlay
New Post has been published on Html Use
New Post has been published on http://www.htmluse.com/awesome-slide-hover-animation-for-image/
Awesome slide hover animation for image
Download Demo
SlipHover apply direction aware hover animation for the caption of an image.
Quick start
include the files
<script src="path/to/jquery.min.js"></script>
<script src="path/to/jquery.sliphover.min.js"></script>
call the the plugin on a container as your wish
$("#container").sliphover();
Options
you can custom the caption by passing options when call the plugin, all available options are listed below.
call the the plugin on a container wish you wish
$("#container").sliphover(
option: value,
option2: value2,
...
);