Hi, I'm developing an website and I'm trying to separate a big animation into smaller timelines, but I'm getting a strange behavior when using tl.add().
I recreated it on Codepen in a simpler manner than in my website.
On Codepen I have 3 boxes, each with it's own TimelineLite instance, and then I have the variable tl, and I added the first 2 timelines in it.
What happens is:
If I try to play the tl timeline, with the first two boxes, nothing happens.
If I try to play the tl1 and/or tl2 timelines separately, is jumps around or start tweening near the end of the timeline.