DEV Community

Jubayid Hassan
Jubayid Hassan

Posted on

Liquid Round Button Animation

This pure CSS button utilizes the ::before pseudo-element to create a scaling hover animation. The lime-green circle is positioned absolutely and scaled up using transform: scale() on hover, while overflow: hidden ensures the animation stays contained within the border-radius.

Top comments (0)