If I have a Lottie animation over a button lets say and the animation has alpha, is it possible to somehow click the button behind it? (It is clearly showing)
Thanks!
If I have a Lottie animation over a button lets say and the animation has alpha, is it possible to somehow click the button behind it? (It is clearly showing)
Thanks!
I’d have to see a read-only link to confirm, but you should be able to increase the z-index of the button. This would place the button above the lottie, and make it clickable!
But i actually want the animation to be on top of the button (a bird landing no the button and its claws holding it), but still be able to click the button as if the animation wasnt there.
Ahh, I see! I’ve wanted to do something similar in the past and ended up using this - css - Click through div to underlying elements - Stack Overflow
Can you let me know if it works for you?
pointer-events: none;