Wave effect around circle when clicked using CSS and HTML

Use the hover.css framework for a border transition like “ripple out” or “outline out”.

Download Hover.css from here (http://ianlunn.github.io/Hover/), add it in your html file. And use the class “hvr-ripple-out” on your circle

<a href="#" class="hvr-ripple-out circle">Ripple Out</a>

Leave a Comment