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

jRipple is a jQuery plugin that uses CSS3 animations to create Material Design inspired water ripple effects with variable colors and animation speed on mouse click.

Material-Design ripple-effect

Documentation

jripple-jQuery Plugin for water ripple effect


USAGE

	<link rel="stylesheet" type="text/css" href="css/ripple.css"> 	<script src="js/jquery-1.9.0.min.js"></script>     <script src="js/ripple.min.js"></script> 
        $('.ripple').ripple({           color:'red',           time:'.8s'         }); 

Options

color:the ripple's color

time: animation-duration


You May Also Like