mladenplavsic / css-ripple-effect

Pure CSS (no JavaScript) implementation of Android Material design "ripple" animation
http://mladenplavsic.github.io/css-ripple-effect
MIT License
341 stars 110 forks source link

effect is not showing on bootstrap anchor tag button? #21

Open ajaymarathe opened 5 years ago

ajaymarathe commented 5 years ago

Issue

first of thanks for this pure CSS ripple effect, but there is some problem with it when using anchor tag <a class="btn btn-primary" href="login.html">Login</a> as a button, and clicking on the button, page redirect to login page, and the ripple effect is not showing.

Suggestion

when we click on button first ripple effect should show and then page get redirect :)

Hope this helps :)