Cool Image Hover Effects CSS

seen from Australia

seen from Saudi Arabia
seen from Finland
seen from United States

seen from Singapore
seen from Poland
seen from Spain
seen from Singapore
seen from Russia
seen from Ukraine
seen from Colombia
seen from United States
seen from Russia
seen from United States
seen from T1
seen from Russia

seen from United Kingdom
seen from United States
seen from United States

seen from Sweden
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,
...
);