1.2.0 • Published 8 years ago

ripplr v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Ripplr

Ripplr is an animation library for Javascript that creates a ripple effect.

Functionality is restricted to be used on an HTML element that meets the following criteria of CSS rules:

  • display: inline-block || block;
  • position: relative;
  • overflow: hidden;

The script injects a div inside the clicked element and sets it up with styles and classes that create the effect, after which the element gets removed from the DOM.