Jump to content
Search Community

GSDevTools with GSAP 3

Daniel Hult test
Moderator Tag

Recommended Posts

The issue is that your master timeline is paused initially. Since GSDevTools selects the global timeline when it's initialized, it has nothing to hook up to in your demo.

 

You have two options:

  1. Pass the master timeline into your dev tools instance, i.e. GSDevTools.create({animation: master})
  2. Unpause the timeline (and optionally pause the dev tools instance instead, i.e. GSDevTools.create({paused: true}))

Does that make sense? More info in the GSDevTools docs.

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