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.