the problem seems not to be the animation itself, but the triggering. I see that you’ve selected “Custom” as timeline trigger. So I assume you play the animation on click using an event instance? Could you re-check if your element which receives the click event really exists and the click event is firing? You could simply check that with a console.log(event), using the Event Action “JavaScript”.