Introducing ScrollTrigger for GSAP

246,924
0
Published 2020-06-01

All Comments (21)
  • @WPSoul
    I expected alternative to scrollmagic, but this is 200 times better
  • @snorklTV
    To anyone remotely curious about this. I've had some sneak peeks. You'll be blown away. Packed with features. Awesome demos ready to go. This changes everything. Set the reminder. See you on Monday!
  • @ZyncInteractive
    Looking forward to this. Love the work you put into your library Jack. Worth every cent!
  • @LeatherClass
    This is such a great walkthrough and really very exciting - pacing for the explanations is spot on.
  • @BrunoMateusvvp
    Amazing! It solves so many things. Love the scrub. And the pinning. And the snap! All of it, really. Great work.
  • @alanmurray4011
    Absolutely loved this tutorial. So much great information packed in. It really helped that you pointed out some of the simple but often overlooked bits of knowledge (like that the numeric value of the scrub property refers to seconds). Thank you.
  • @ivoboeykens
    Thanks so much! I’m actually a Club Greensock member, but it’s very cool to add this premium functionality to the standard Gsap package! 👏
  • @KalebWyman
    This changes everything — amazing work, GreenSock crew! Nice to have a GSAP-native alternative to ScrollMagic — now to try using it against all the pain points: Firefox asynchronous scrolling, IE 11, EdgeHTML, a myriad of iOS devices running iOS 9.x - 13.x, background-attachment: fixed, overflow-x, clip-path: polygon content, position: relative, sticky, fixed and unpositioned page content etc. Performance of scroll-linked effects in Firefox is notoriously bad, but somehow you managed to get around that minefield?
  • THIS IS PURE GOLD , thank you very much for takign your time and making these vids man lookign foward to see more you got a new subscriber here THANK YOU !!
  • @amenstep
    Yeah. Awesome feature GSAP team. Thanks. Can't wait to see it in action! 🤙
  • @vino3d
    Another super power to GSAP !! Very well thought addition. Thank you
  • @tommysmith5479
    GreenSock have absolutely nailed this. Hats off to you guys.
  • @gschiavon
    This is SO GOOD thank you for putting it out there!
  • @lokeshnaidu1935
    I subscribed, liked and commented just by watching 5 mins of this video and I'm now going to continue this video to the end You made me understand so so soooo clear, you're the best sir❤️ I appreciate your work 🙏🤗
  • @bluex217
    Thanks so much! Just an FYI for anyone tryin to use restart so that the animation restarts when you leave and return to the viewport of the elements: While using TimelineMax as least, in order to render the restart properly I needed the below properties as follows for the toggleActions property within the scrollTrigger object: toggleActions: 'play restart none reset' In the video it seemed to work without specifying "reset" for when the element leaves the viewport. For me, I needed to call reset for this to work. This may be the case for my particular scenario because I was initiating the x coordinate to be 110% of the Viewport's width via my CSS file because my intended animation is that the element was sliding into view from outside the viewport.
  • We used ticker for implementing most of features you added in plugin. Thank you for this :)