Forum Discussion

VictoriaSubl967's avatar
VictoriaSubl967
Community Member
2 months ago
Solved

Looping animation on images

Hi Gurus! I would like to know the best way to loop an animation on an object, just like the markers do when they pulse or swirl. Can I do that with an object without repeating the start of the s...
  • JudyNollet's avatar
    2 months ago

    It's simple: trigger the animation to run when the animation completes.

    If you only want to repeat it a given number of times, you'll need to have a number variable increment up with each animation cycle. And use a condition in the run-animation trigger so it will only run the animation if the variable is ≤ the desired number.