https://github.com/isaeken/jquery-waves
A simple waves effect library
https://github.com/isaeken/jquery-waves
effects jquery ripple simple waves
Last synced: about 1 month ago
JSON representation
A simple waves effect library
- Host: GitHub
- URL: https://github.com/isaeken/jquery-waves
- Owner: isaeken
- License: mit
- Created: 2020-05-03T02:28:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T15:18:24.000Z (over 4 years ago)
- Last Synced: 2024-10-03T23:35:43.477Z (8 months ago)
- Topics: effects, jquery, ripple, simple, waves
- Language: SCSS
- Homepage: https://isaeken.github.io/jquery-waves/
- Size: 65.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jquery-waves
A simple & lightweight waves effect plugin---
   
 ---

## 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...
...
````
## Simple Usage
Creating wave effect with classes
````html
Click me
````
or programmatically
````javascript
$('#element').rippleAnimation();
````## Help and docs
Please report bugs from issues tab
- [Documentation](https://isaeken.github.io/jquery-waves/)