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

A small jQuery plugin that helps you to create a Android L or Material Design styled action button with a configurable ripple click effect based on CSS3 transitions.

Material-Design ripple-effect

Documentation

Material Button Click

A jQuery plugin that creates a material button click feel with some options

Click here for a demo of it in action

Usage:

$(document).ready(function() { 		var $click = $('.clickhere'); 		$click.mbClicker({ 				size: 300, //Maximum size of circle 				speed: 750, //Time of animation in miliseconds 				colour: 'rgba(0,0,0,0.11)', //Colour of circle and shadow 				shadow: false, //Whether or not to have a shadow on the circle 				buttonAnimation: true //Only use if button doesn't have a style attribute 		}); });

You May Also Like