Jump to content
Search Community

TGC

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by TGC

  1. Hi There, I'm new to Greensock and ScrollMagic, so I'm struggling with something I'm attempting to do and would appreciate some guidance. Below is what I currently have: https://codepen.io/Submission12/pen/WNagjYz I'm trying to implement this: https://codepen.io/GreenSock/pen/rNOebyo when a user scrolls to Section 2. I'd like to show each element within scene2 with the scrollTrigger animation and then only scroll to scene3. <section id="scene2" class="panel turqoise"> <div class="box"> This is Section 2 </div> <div class="element1">This is Section 2a</div> <div class="element2">This is Section 2b</div> <div class="element3">This is Section 2c</div> <div class="element4">This is Section 2d</div> </section> Thank you!
  2. TGC

    Slide in Directions

    Thanks Cassie, I appreciate the response to this. I have been through a few tutorial videos and I'm currently stuck. I created a minimal demo: https://codepen.io/CodeKnightTGC/pen/GRyVYRO I just need to figure out how to get the left blocks to slide down instead of up when I scroll.
  3. TGC

    Slide in Directions

    Hi, I'm new to GSAP and I've been going through the CodePen examples to try and replicate this site (https://redlight.dev/) slide animations. OnScoll down I want to be able to slide each side in different directions to reveal. Thanks
×
×
  • Create New...