Jump to content
Search Community

Problem with GSDevTools play button

OSUblake

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

Posted

I've been noticing problems with the play button on certain pens that use GSDevTools. Clicking on the play button doesn't work all the time, and clicking anywhere on the screen acts as the play button. 

 

 

 

See the Pen WYWZab by GreenSock (@GreenSock) on CodePen.

  • Like 1
Posted

Isn't that because of this?:

document.body.addEventListener("click", function() {
  tl.paused(!tl.paused());
});

That'd certainly explain why clicking anywhere on the screen acts like a play/pause, and it also is conflicting with the GSDevTools' control of the same timeline. 

Posted

Ha. Yeah, I didn't see that.

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