Material Click is a simple jQuery and CSS3 code that you can quickly place on your HTML page by performing a ripple effect similar to a Material Click on different elements.
material ripple effect jquery css,, onclick ripple effect css, mui ripple effect, circle ripple animation css, ripple effect css animation infinite
How to make use of it:
1. Load the jQuery and jQuery Material library Click on the plugin stylesheet and JavaScript in the document.
<link rel="stylesheet" href="material-click.css"> <script src="//code.jquery.com/jquery-2.1.3.min.js"></script> <script src="material-click.js"></script>
2. Add the CSS class “Ripple Effect” to the DOM element.
<div class="ripple-effect"></div>
3. Change the color of the ripple effect.
<div class="ripple-effect" data-ripple-color="#ccc"> </div>
4. Change the stroke radius for the ripple effect.
<div class="ripple-effect" data-ripple-wrap-radius="50%"> </div>
5. Change the ripple effect border.
<div class="wrapper"> <div class="ripple-effect" data-ripple-limit=".wrapper"></div> </div>
6. Add a custom CSS class for the ripple effect.
<div class="ripple-effect" data-ripple-wrap-class="MY-CLASS"> </div>
create material ripple click effect css, material click Plugin/Github
See Demo And Download
Official Website(softscripts): Click Here
This superior jQuery/javascript plugin is developed by softscripts. For extra advanced usage, please go to the official website.