This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Control nested timelines #11
Comments
I don't know whether or not is related to the issue Jeremy mentioned, but if I add a second instance of a component that has a timeline, as soon it plays a part of the first instance, both instances disappear.
Witout the second instance of it works fine. |
Are you also using the GsapTools inside each timeline on the others files? Do you have a working example on codepen, for exemple, to be able to track down the issue? |
I am using GsapTools only in this file. What I have seen is that if a create a component say "mytext", and I call more than one instance of it in the component where I add the timelines, the instead of "mytext" get strange behaviors. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A TimelineLite contains 5 TimelineLite.
The first time you can control the main one and all the childs, and you can do whatever you want. As soon as you play one of the child, it gets removes from the main one.
We need to find a way around this.
The text was updated successfully, but these errors were encountered: