Jump to content
GreenSock

norrix

overwrite section in TimeLineLite

Moderator Tag

Recommended Posts

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

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

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