Jump to content
Search Community

zimutes

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by zimutes

  1. Thanks for your reply! And sorry, didn't mean to go too far
  2. Thanks a lot! By the way, I'd like to hear your thoughts about what I'm doing. Consider the following version: https://codepen.io/Zimutes/pen/NWYXYqa I need the "slides" section to change onscroll, being that those sections are absolute positioned. I obviously still have to work that out, since it's not working properly. But more importantly, inside each section I need to have images rendered into a canvas, so that it creates an animation. "Slide 2" must come into viewport only after all the images of "Slide 1" are shown, the scroll animation reached the end. I'm not really sure If I whould try this using timeline, or containerAnimation, or the best way to go with this. How to make the slide change trigger only after all the images of the previous section were shown? Thanks fro your help.
  3. Hello, I'm trying to get to know gsap and scrolltrigger, and I have this codepen I'm working on. My question is: given that I set a start for the animation, shouldn't the onEnter event be triggered only when the section in cause comes into the viewport? It fires onload. Thanks for your help, Joaquim Azevedo
×
×
  • Create New...