Hi GSAP-Community,
I hope that someone can help me out. I'm fighting for some hours with a problem. I'm working with multiple timelines that are beeing created by seperate functions that return a timeline. Then I'm adding them into the mastertimeline with the .add method. I want to start the first and the second animation at the same time, but nothing works, I already have read all documentations.
These two i would like to start at Position Parameter 0:
mainTimeline.add(box1_2(),0);
mainTimeline.add(benefit_paragraph(),0);
Best regards,
David