Trigger animation

Hi community! I have a question with the hover trigger animation.
I have the color and plus icon change when hovering over the section, but I don’t want the animation to disappear when hovering over the pole icon and the same with the container where the lines are (see video)

I do not yet understand how to make the objects inside were transparent and do not affect the animation

I will be grateful if you help, all have a good day😙

hover and “stay” effect for animations is not available, in case you want the changes of color to stay, you need to use click action

along with this, we will forward query on hover and stay to our developers

and as for the transparent objects, could you clarify please?

Thank you for your response, I would be grateful if you could pass this function on to the developers.

Answering your question I meant that the objects inside affect the animation wanted to remove this if possible, but apparently so far will be so and will wait for updates from the developers. Thanks for the answer🤓

in case of initial states which are related to hover triggers, or the effects itself there are opacity and transition settings in inspector panel, here you can check usage of some concepts: https://www.editorxcommunity.com/forum/expert-tips/quick-tutorials-hover-interactions

You could try using some code for only onMouseIn since you can separate mouse in and mouse out.

You could try the arrangement as from the video, it seems that the vector might be layered above the element that hovers; this will make it so hovering over the vector means you’re not hovering over the triggering element anymore.