Jump to content
Search Community

Yoyo and repeat nested timelines

bennyboy1978 test
Moderator Tag

Recommended Posts

Could you explain what you mean by 'in order'

 

If you're infinitely repeating scene3 there's no 'end' to it, so scene 4 can't come after it.

You can use position parameters to be more precise about placement? Maybe that would work for your use case?

 

let master = gsap.timeline()
  .add(scene1())
  .add(scene2()) 
  .add(scene3()) 
  .add(scene4(), '<+=1') 



 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...