Animation on object when jumping to scene

Hello :raised_hand:
I’d like to know if its possible to add an action (animation by “start timeline”) to an object when clicking on it right away before another action such as “jump to scene” happens. Of course without the user having to click twice, but rather in just one click both actions to happen.
The thing is its for a mobile version of the website, so the hover option isn’t relevant (I guess)

thanks !

If you want a single click to trigger multiple actions just add them all to the same event:

If you want the single click to play an animation and then, when finished, jump to the next scene - add the Start Timeline action to the click and then use a Timeline trigger to add the Jump to Scene action:
image

1 Like