🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Ripple is a very small jQuery plugin which adds a realistic canvas based water ripple effect to your image with cursor interaction.

ripple-effect

Documentation

JQuery Ripple plugin

##Canvas-based ripple effect

JQuery plugin that places a ripple effect over an image.

HTML:

        <img id="target" src="http://lorempixel.com/600/450/"> 

JS:

            $(function() {                 $("#target").ripple();             }); 

See demo.html.


You May Also Like