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

The touch-ripple jQuery plugin creates a customizable Material Design ripple animation as you tap a clickable element on touch devices.

Material-Design ripple-effect

Documentation

touch-ripple

Material Design Ripple effect with jQuery. It uses only the touch events. Watch demos!

Usage

JS

// init $('body').ripple({ 	selector: '.touch-ripple', 	excludeSelector: '.no-touch-ripple' });  // destroy $('body').ripple('destroy');

HTML

<div class="touch-ripple">Touch me!</div> <div class="touch-ripple" data-touch-ripple-delay="1000">Delay 1000ms</div>

You May Also Like