DEV Community

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

Collapse
 
dougwollison profile image
Doug Wollison • Edited

I'd recommend adding on a pointer-events: none so that the ripple div doesn't interfere with other click/hover events that may be obstructed while it's animating (slim chance but annoying if it happens).