Is it possible to select part of a text box as animation Trigger?

I am using sentences inside a text box as hyperlinks to other pages in my project. I wanted to also use these specific sentences as triggers for hover animations: whenever the user hovered over the link, an image would appear. So far I only manage to select the whole text box as trigger. Is it possible to select just part of the text to trigger the animation?

1 Like

@Henrique_Guimaraes only the entire widget can be use as a trigger. Using several text widgets could be a feasible solution.

you could put a transparent shape above the textlink, link the shape to the url you want and also use the shape as a trigger…

1 Like

Nice simple solution :slight_smile: I would use this rather than using something like JS.