🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Yet another jQuery & CSS3 plugin used to add Google Material Design ripple animations to UI buttons when clicked or focused on.

Material-Design ripple-effect

Documentation

#Google material design ripple effect

jQuery plugin recreates ripple and focus effect using css animations. A span element will be added as a sibling. This is then animated. In a later version I'll be using a SVG element to recreate the effects, but this will do just fine for now.

For a working preview click HERE.

How to use the plugin: Just as simple as this!

rippleOptions = { 		 	'elements' 	:'.btn, ul.ripple li a', 		 	'focus' 	:'.btn' 		 	};  rippleEffect = new $.RippleEffect(rippleOptions);

Apply ripple or focus elements using .classes or #id's


You May Also Like