Jump to content
Search Community

Master timeline plays ALL child animations

Tom Roberts test
Moderator Tag

Recommended Posts

Hey Tom. It took me some time to spot it. But if you look in your functions, you create a timeline but don't use it in any of them - you always use gsap.to, etc. So you're creating standalone tweens, not tweens within the timelines like they should be :) Switch them to tl.to, etc. and it will work:

See the Pen oNxrwYQ?editors=0010 by GreenSock (@GreenSock) on CodePen

  • Like 2
Link to comment
Share on other sites

1 hour ago, ZachSaucier said:

Hey Tom. It took me some time to spot it. But if you look in your functions, you create a timeline but don't use it in any of them - you always use gsap.to, etc. So you're creating standalone tweens, not tweens within the timelines like they should be :) Switch them to tl.to, etc. and it will work:

 

 

Thanks ZachSaucier. I am just getting my head around all this so thanks for the help.

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...