Share Posted August 8, 2010 Hi, is there a way to overwrite specific tweens in a timeLineLite? I have a timeline and if I play it reversed, I want the bouncing tweens not to bounce. So my plan was to overwrite this tweens before reversing the timeline. Is there any way to do this? Link to comment Share on other sites More sharing options...
Share Posted August 8, 2010 You can remove() the tweens from the TimelineLite, sure. No need to "overwrite" them. myTimeline.remove(myTween); Does that answer your question? If you want to kill all the tweens of a specific object, you can use killTweensOf(). 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