Skip to content
Yohanes Oktavianus Lumentut edited this page Jun 7, 2019 · 9 revisions

🎉 Welcome to the ng-ripple-module wiki!

Ng-Ripple-Module is an angular ripple library that provides you an alternative of Material Design ripple effect.
The module inspired by one of Android ripple effect. It utilizes a RippleEffect class that can be extended by a Directive or Component. The ripple animation will be launched at the contact point that triggered by a pointerdown action or it's fallback (touchstart or mousedown) as starting point of the whole ripple phase. The module provides you configurable ripple effects that can be customized by injecting specified configs together with RIPPLE_GLOBAL_CONFIG token at a module globally or RIPPLE_CUSTOM_CONFIGS token at components level, or even just by using directive input properties.

Clone this wiki locally