Mouse over images for pulse effect


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

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

profile
Design can be art. Design can be aesthetics. Design is so simple
That's why it is so complicated.