jQuery Hover Pulse Plugin

Uso básico


$(document).ready(function() {
$('div.thumb img').hoverpulse();
});


Uso con opciones


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


Descarga

Se puede descargar aquí:jquery.hoverpulse.js