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

Yet another jQuery plugin that implements the Material Design inspired ripple animation on any clickable elements using CSS3 transforms and transitions.

ripple-effect

Documentation

Yet Another Ripple Plugin

A jQuery Ripple plugin, inspired by Google's Material Design. Demo

Options -

Option Type Description
colors Array An array of strings containing hex color values, in case you want random colors
duration Int Time in milliseconds for the animation to run.

Basic usage -

$('#myButton').yarp({     colors: ['#5C6BC0'],     duration: 750 });

You May Also Like