DEV Community

Discussion on: How to make a mouse ripple click effect with CSS, JS and HTML in 2 steps🖱️⚪

Collapse
 
z2lai profile image
z2lai

Keep in mind that width and height animations doesn't have great performance, so it will probably lag a little on mobile. I'm wondering if you can just substitute a transform: scale animation instead.

Collapse
 
leonardoschmittk profile image
Leonardo Schmitt

That's a great info. Thanks!