How to repeat timeline animation?

Hi I have setup animation using timeline in Reality Composer Pro like below

This get triggered by a notification posts from the code.Once this time line triggered, I want to repeat this 2 animations in the timeline unitll user takes the next action. How can I make these repeat forever?

I tried to re- initialise the timeline by firing a notification from the code. But this causes memory issue and after few seconds app freeze

Hi @rands

It is possible to repeat timeline animations in Reality Composer Pro! First, create a new, empty Timeline. Then, drag in your previously created Timeline with the animation you want to loop into this new Timeline. When you reference other Timelines from within a Timeline in this way, you are able to configure parameters like Repeat Count or Repeat Forever that will accomplish what you are trying to achieve.

Specifically, to repeat your animation twice, set the Repeat Count field in the inspector to 2

Trigger this new notification from code and you will see it playing your animation, now repeating as configured.

Let me know if this helps!

How to repeat timeline animation?
 
 
Q