Share Posted January 9, 2016 I am looking for a way to use the staggerTo, etc. methods on TweenLite, but am not sure what plugin file to include. Plz help Link to comment Share on other sites More sharing options...
Share Posted January 9, 2016 You can't stagger with just TweenLite, but you can stagger with TimelineLite or TweenMax. http://greensock.com/docs/#/HTML5/GSAP/TimelineLite/staggerTo/ http://greensock.com/docs/#/HTML5/GSAP/TweenMax/staggerTo/ 2 Link to comment Share on other sites More sharing options...
Author Share Posted January 9, 2016 Thank you for the clarification. Link to comment Share on other sites More sharing options...
Share Posted January 9, 2016 Yep, that's correct. But you could certainly create your own function that does exactly the same thing as the TweenMax stagger methods. It's basically just a loop that increments the "delay" of each tween. 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