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 });