DEV Community

skptricks
skptricks

Posted on

Ripple Effect Animation On Button Click With CSS3

Ripple Effect Animation On Button Click With CSS3

If you have used lollipop version of android you see a nice ripple effect on button clicks. This tutorial is about achieving similar result, the CSS ripple effect on button clicks.

CSS Ripple effect does not involves any javascript or jquery library. The effect is achieved using CSS3 animation. Keyframe property of css provides very smooth animation effect.

Reference link :
Ripple Effect Animation On Button Click With CSS3

Top comments (0)