Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dewbjorn/yet-another-ripple-plugin

A jQuery Ripple plugin, inspired by Google's Material Design.
https://github.com/dewbjorn/yet-another-ripple-plugin

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Yet Another Ripple Plugin
A jQuery Ripple plugin, inspired by Google's Material Design. [Demo](http://codepen.io/ardethian/pen/xqRPBe)

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 -
```javascript
$('#myButton').yarp({
colors: ['#5C6BC0'],
duration: 750
});
```