1.0.0 • Published 7 years ago

simple-ripple v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

simple-ripple

Simple material ripple effect in native js + css

Usage

Either download/close this repo or install it through bower with bower install simple-ripple and include this js and css on your page. Give all the elements which could use a ripple a ripple class. Optionally you can set a custom ripple color or opacity with the following data attributes: data-ripple-opacity='0.5' and data-ripple-color='#fff' Then simply call initSimpleRipple() to get it all started.