Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T15:18:24.000Z (about 4 years ago)
- Last Synced: 2024-10-03T23:35:43.477Z (3 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---
![Requires.io](https://img.shields.io/requires/github/isaeken/jquery-waves) ![npm](https://img.shields.io/npm/dt/jquery-waves) ![GitHub](https://img.shields.io/github/license/isaeken/jquery-waves) ![npm](https://img.shields.io/npm/v/jquery-waves)
![GitHub followers](https://img.shields.io/github/followers/isaeken?style=social) ![GitHub Repo stars](https://img.shields.io/github/stars/isaeken/jquery-waves?style=social)---
![isaeken/jquery-waves](https://raw.githubusercontent.com/isaeken/jquery-waves/master/docs/img/ss.png)
## 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/)