jquery-waves
Version:
A simple waves effect library
50 lines (39 loc) • 1.48 kB
Markdown
# jquery-waves
A simple & lightweight waves effect plugin
<center>
   
 
</center>

## Installation
You can install jquery-waves plugin using npm or include directly files
#### install using npm
```bash
npm install animejs
npm install jquery-waves
```
#### or include files
````html
<head>
...
<link rel="stylesheet" href="/your/servers/assets/path/css/jquery-waves.min.css">
<script src="/your/servers/assets/path/js/jquery.min.js"></script>
<script src="/your/servers/assets/path/js/anime.min.js"></script>
<script src="/your/servers/assets/path/js/jquery-waves.min.js"></script>
...
</head>
````
## Simple Usage
Creating wave effect with classes
````html
<button class="waves-effect">Click me</button>
````
or programmatically
````javascript
$('#element').rippleAnimation();
````
## Help and docs
Please report bugs from issues tab
- [Documentation](https://isaeken.github.io/jquery-waves/)