Share Posted November 5, 2013 I'm using timelineLite and would like to check for the state of animation using .isActive, but I got an error Uncaught TypeError: Object [object Object] has no method 'isActive' var tl= new TimelineLite({paused:true}); if(tl.isActive()){ //my code }\ Thanks for the help Link to comment Share on other sites More sharing options...
Share Posted November 5, 2013 Sounds like you've got an old version of GSAP. Please download the latest version and try again. The isActive() method was only recently added. Link to comment Share on other sites More sharing options...
Author Share Posted November 5, 2013 Sounds like you've got an old version of GSAP. Please download the latest version and try again. The isActive() method was only recently added. Working now thanks =) 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now