A simple waves effect library
npm install jquery-wavesbash
npm install animejs
npm install jquery-waves
`
#### or include files
``html
...
...
``
Simple Usage
Creating wave effect with classes
``html
``
or programmatically
``javascript
$('#element').rippleAnimation();
```