ePulse
Lightweight(1.7kb) jQuery plugin for creating ripple effects on event occurrence
Install
npm
If you use build system that supports CommonJS or AMD modules, then install through npm
npm install jquery-epulse
Then include in your *.js file
require('jquery-epulse');
bower
In future releases
manual
For manual installation you can download one of the latest release or clone this repo:
git clone https://github.com/likerRr/jquery-epulse.git
Then just include plugin in your html
<script src="/dist/jquery-epulse.min.js"></script>
There are 3 different versions available for including:
-
/dist/dev.jquery-epulse.min.js
- contains minified code and sourcemap for developing purposes -
/dist/jquery-epulse.min.js
- minified, ready for production version -
/dist/jquery-epulse.js
- built from source version
Examples
Show code (gist)Rain effect:
Show code (gist)