Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)