Skip to content

varz29/Button-Ripple-Effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ripple Effect

This is a simple css only and js approach for implementing Material design ripple effect animation.

I have made both the versions of ripple animation.

Css only Approach

Image of Button without js

  <button type="button" class="ripple ripple-light btn-style1">Button</button>

Javascript Approach (pure js without jquery)

Image of Button without js

  <button type="button" class="ripple ripple-light btn-style1">Button</button>
Both approaches might look similar but if you look properly they arent same.
Css only approach starts the ripple effect from the middle of the button no matter where u click on the button
Js approach start the ripple effect from the point where u click on the Button
  • There is an extra class ripple-light and ripple-dark this is for the color of the ripple effect

  • This is not limited to button tag u can add it in almost any tag