Forum Discussion
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 slide?
Thank you in advance,
Victoria
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.
5 Replies
- JudyNolletLegend
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.
- JazTaylorCommunity Member
It's choppy when it resets. How do you make it smooth?
- JudyNolletLegend
To restart an animation, the object has to jump from its last position back to the first position in the animation. So how it looks when it resets depends on the difference between how it looks when the animation starts and when the animation ends. In other words, the smoothness depends on the type of animation.
- VictoriaSubl967Community Member
ah! Thank you!! I didn't think I could do that with "emphasize". Appreciate your help!
- JudyNolletLegend
You're welcome! Pay it forward when you can. 😊
Related Content
- 4 months ago