Jump to content
Search Community

Lemenski

Members
  • Posts

    2
  • Joined

  • Last visited

Lemenski's Achievements

3

Reputation

  1. Ho my bad, i thought the things a try earlier didn't work but a simple .restart on ma mainTL seems to do the job perfectly ^^ Sorry again for the inconvenience
  2. Hi everyone, i'm a bit worried about things i did for an animation. I chain multiple timeline on a master one like this : var mainTL = new TimelineMax({repeat:-1}); mainTL.add(tl1, "test") .add(tl2, "test-=1") .add(tl3, "test-=2"); So it works perfectly. For intel my tl2 and tl3 are on repeat -1 but not my tl1 I want to stop everything when my tl1 is ending so i include a onComplete function in my tl1 In this function i create an event who, when triggered, is able to play the mainTL animation from the begining. And i have no clue how to do it ^^I think i'm a bit confused about all those timelines. Is somebody had a clue for me please ? Thanks a lot !
×
×
  • Create New...