Events triggered by animations

Hi,

It would be helpful to implement actions before, during and after end an object animation, for example: when a text animation ends it enables the next button.

Thanks.

Hi Juan,

You can consider doing two easy ways below enables the button when the text animation ends:

  1. Set the button start time corresponds to the end of the text animation, So the button will appear on the Canvas when the text animation finish.
  2. Place a transparent shape that covers the button and set its end time corresponding to the end time of the text animation. By doing so, the button displays on the Canvas when the presentation runs but you can interact with it when the transparent shape disappears only.

Hope that it helps.
Regards,
Thuy

Hi,

The main reason to request events triggered by animations is that I have a Next button desactivated always available to make click but only activates when the slide is viewed completely and change a variable to true, and if the user want to go back to viewed slide be able to make click to Next button inmediatily whitout have to view it again from begin.

  • With text: That can be done using a timer interaction and when time finish it activates the Next button (text doesn’t have “When is finished” interaction or similar).
  • With videos or audios: Using “When is finished” interaction and the recourse is finished it activates the Next button (whitout using a timer).

This is just an example, but it would be useful to many things, and not only to text objects.

Thanks.

Hi Juan,

Thank you for explaining your idea clearly. We’ll consider implementing it.
What do you think about adding action to the timeline as timeline triggers in Saola Animate?
Please refer to this article for information: Use Timeline Triggers in Saola Animate 3 - Atomi Systems, Inc.

Looking for your follow-up.
Thuy

Hi, Thuy,

Both features are awesome, while events triggered by animations are useful to have control to before, during and after animation is finished (actions), the other one have control to the animation itself (keyframes).

I hope you can implement them.

Thanks.

2 Likes