1.3.8 • Published 3 years ago

jquery-waves v1.3.8

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

jquery-waves

A simple & lightweight waves effect plugin


Requires.io npm GitHub npm GitHub followers GitHub Repo stars


isaeken/jquery-waves

Installation

You can install jquery-waves plugin using npm or include directly files

install using npm

npm install animejs
npm install jquery-waves

or include files

<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

<button class="waves-effect">Click me</button>

or programmatically

$('#element').rippleAnimation();

Help and docs

Please report bugs from issues tab

1.3.8

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.0.1

3 years ago

0.0.1

4 years ago