Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dewbjorn/yet-another-ripple-plugin
- Owner: dewbjorn
- License: mit
- Created: 2017-03-07T23:19:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T00:47:36.000Z (almost 8 years ago)
- Last Synced: 2024-11-17T10:41:03.691Z (2 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
});
```