Tips and tricks

Problem: looping an animation and any other tricks.

Saola Animate version: 1.1.0

OS: win10 64

Notes: Anyone know how to easily make an animation auto run, and then LOOP? with no user input required…?

Hi Marcos,

You can use Timeline triggers to do that. For more information about Timeline triggers, please read the following tutorial (the last section): https://atomisystems.com/html5-animation/create-interactive-html5-content-with-events-actions/

For example, you can follow the steps below to create an animation, make it auto run and loop:

  1. Create a new timeline (say Timeline_1), and add animations to that timeline.
  2. Seek to the end of Timeline_1, add a trigger with Start Timeline: Timeline_1 action to loop Timeline_1.
  3. Switch to the main timeline, add a trigger with Start Timeline: Timeline_1 action to run Timeline_1 automatically at the trigger time.

Regards.