jquery-waves

1.3.8 • Public • Published

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

/jquery-waves/

    Package Sidebar

    Install

    npm i jquery-waves

    Weekly Downloads

    3

    Version

    1.3.8

    License

    MIT

    Unpacked Size

    104 kB

    Total Files

    18

    Last publish

    Collaborators

    • isaeken