Jump to content
Search Community

lgo

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by lgo

  1. Hi, Thanks a lot for your answer. Unfortunately, this is not really what I was looking for. I would like to have the same animation with the same path for the three container, but I want the second to begin (same place as the first one begin) when the first one is at 60% of the path and the third begin when the second one is at 60% of the path. Please tell me if it's not clear. Thanks again for your help
  2. Hello guys, I would like to ask for your help about one animation I'm trying to do. The concept is the one you can see with the CodePen. But of course, I don't want to have the three "container-information" to overlay each other. I want the second container to begin his animation after the first one reach 0.6 of the path, same for third. That's why I tried to do my function with onComplete attributes but it's not working. I tried several things with delay too with timeline (delay works but container overlay at each step of the timeline), or to change the start of ScrollTrigger with dynamics var (it causes each animation to begin when the previous entire timeline finishes), so it did not work as I expected. I hope my code is not too bad ( not a very good JS dev ^^' ) and you will see the animation I want to have. Thanks a lot for your help PS : I had one more question, when I scroll to top, if I scroll too fast, the window is scrolling when my wrapper is not pin anymore. This causes a my "container-information" to scroll like in normal window. Is there a solution for this ? Thanks again !
×
×
  • Create New...