I’m trying to create an animation where a widget opacity changes from 0 to 100 when you hover over an image (the “trigger widget”). My issue is that when the animated widget is placed directly above the “trigger” widget, the animated widget keeps getting triggered and I end up with flickering widgets. Does anyone know how to avoid the repeated triggering of the animation? Thank you
you could place an transparent rectangle above everything and use this as trigger.
1 Like
Thank you! That worked
Trying to workout how to do this with a video that had a hover to play animation
once it’s covered by the transparent rectangle it doesn’t register to hover to play element of the video and I’m not sure if it’s possible to set that up as a trigger?
Let me know if you have any thoughts on how to fix this!
Thanks
hey,
so you want to hover over a widget(trigger), (which is not the video) and let the video appear then.
And the video also has the hover play functionality?
But if its only visible if you hover over the widget(trigger), how does one then should be able to hover the video to play it?
Pls be more clear on what you want to achieve!