| SITE URL | http://malsup.com/jquery/hoverpulse/ |
|---|
$(document).ready(function() {
$('div.thumb img').hoverpulse();
});$(document).ready(function() {
$('div.thumb img').hoverpulse({
size: 40, // number of pixels to pulse element (in each direction)
speed: 400 // speed of the animation
});
});