@PitRa79 PitRa79 i changed scrollmagic to scrolltrigger in my app. Tested absolutely all scenarios like simple trigger, parallax, pin, interpolation, custom start and end. Everything is working smooth. Also new cool feature - batch scroll. I am very happy with scrolltrigger
@@WPSoul I'm currently using ScrollMagic but ScrollTrigger looks much better, but I can't follow the docs because there are not Typescript docs, I'm sure I'm missing something ! Can you point me to tutorial or and example with TS
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!
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.
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?
I teach a college course in Web Animation. GreenSock is a prominent part of the course. I'll be very interested in this development; especially if it isn't a paid add on.
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 !!
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.
@@Ihatetomatoes To complete the answer - I read the reply below from Jack Doyle that ScrollTrigger will not be a members-only plugin so ... ScrollMagic will be *deprecated*. :-)
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 🙏🤗
Amazing library! Any chance the demos in this video are available in codepen form? (so we can see the css / html... it would shed some light on some things) :)
Absolutely! There are a TON of CodePen demos for you to pick apart. Links are in the docs at greensock.com/docs/v3/Plugins/ScrollTrigger#demos or here are some collections: codepen.io/collection/AEbkkJ and codepen.io/collection/DkvGzg
Hi, new to this, and this is amazing ! I have a question. I use the horizontal scroll like you did at 14:55, but I am trying to add other scrolltrigger event (changing panel container background) but I can't get it work and I think it's because of the "fake" horizontal scroll. How can I add scrolltrigger when the 3rd section appear ? (I want start when section enter, and end when it leave) ?
The best place for questions like this is in the forums at greensock.com/forums. It should be pretty simple to just put a call() or set() in the timeline animation at the spot where the section comes in. For more help, please post in the forums and we'd be glad to offer assistance.
Can we use an array of images (to have a "gif effect" that animates reverse on scroll up/down). So there would only be one image to display at a time. Is there a method for that? Thanks for this awesome plugin btwn.
When I set end: "+=4000" my whole content is moved down. I'm scrolling through empty space, it shows at the end... After that, when I scroll back upwords, it shows the animation correctly. Why it's not working as I want.. It seems like end: "+=4000" creates huge height and move whole container at the bottom of the website but only when I scroll down...
Me singing in wiz khalifa tone: itss been a loooooong daayy, mr.ScrollMagic broooo.. ( and you see me walking straight with gsap scrollTrigger and scrollmagic silently goes to the left) ...
In 17:28, I tried to implement it without ease: "none" or with different ease options but it doesnt work as intended, the screen snapped at some point between 2 sections, I don't quite understand why ease: "none" is needed here for snap to work?
Because we want the snapping points evenly spaced across the timeline. With a "power1.out" ease, for example, the xPercent animations would move much faster at the start and slow down at the end, meaning the snapping points (when each section hits the left side of the viewport) would vary quite a bit. It's a logic issue. Support questions like this should be asked in the forums at greensock.com/forums - UA-cam comment threads just aren't good for this type of thing :)
No, IntersectionObserver is too limited and lacks full browser support. ScrollTrigger is highly optimized for speed and does all the intersection calculations up front and then during scroll it merely compares the scroll position to a number. Super fast. Full browser support. Zero IntersectionObserver.
Heya! Are you asking about this demo? codepen.io/motionharvest/pen/WNQYJyM There are a lot of Scroll related demos here to look through - codepen.io/collection/bNPYOw?grid_type=grid Hope this helps!
does anyone have same problem with me, i followed tutorial at 5.10 - 8.51 minutes, every time i refresh my page my start always change position. still don't know what was happened to me.
I keep getting this error "Invalid property ScrollTrigger set to .flex Missing plugin? gsap.registerPlugin()". i have changed gsap versions, moved my script tag from top to bottom and bottom to top and it is still giving me that error. I have searched online but none on the solution there worked. Should i just give up on your cdn?
I expected alternative to scrollmagic, but this is 200 times better
samee
❤️❤️
@PitRa79 PitRa79 i changed scrollmagic to scrolltrigger in my app. Tested absolutely all scenarios like simple trigger, parallax, pin, interpolation, custom start and end. Everything is working smooth. Also new cool feature - batch scroll. I am very happy with scrolltrigger
exactly right
@@WPSoul I'm currently using ScrollMagic but ScrollTrigger looks much better, but I can't follow the docs because there are not Typescript docs, I'm sure I'm missing something ! Can you point me to tutorial or and example with TS
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!
Waiting for New tuts from your side as well ;)
Yes ! Yes ! Yes !🔥🔥🔥
This turned out to be really useful plugin. I am sure people will love it.
@@Ihatetomatoes People already loves it)))
Been waiting 68 million years for this. Thanks!
go home T-Rex, you´re drunk.
Lol
@@leerhoscht 🤣🤣🤣🤣🤣🤣🤣🤣😂😂😂😂😂 UNEXPECTED
Is it only me or anyone else who is also blown away by what gsap can do!
This is the best thing happened in 2020
Best thing after SpaceX lunch real people to the space =D
Amazing! It solves so many things. Love the scrub. And the pinning. And the snap! All of it, really. Great work.
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.
This is such a great walkthrough and really very exciting - pacing for the explanations is spot on.
GreenSock have absolutely nailed this. Hats off to you guys.
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! 👏
Yeah. Awesome feature GSAP team. Thanks. Can't wait to see it in action! 🤙
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?
ooooooh MY GOD what a good solution for block animation, the best thing is that they themselves teach their technology
Looking forward to this. Love the work you put into your library Jack. Worth every cent!
I teach a college course in Web Animation. GreenSock is a prominent part of the course. I'll be very interested in this development; especially if it isn't a paid add on.
Obviously going to be a paid plugin, but it will most likely be free to use on Codepen!
@@hugopriet6061 Actually, it will **NOT** be a members-only plugin. It'll be in the public Github/NPM repo and the standard licensing rules apply.
@@JackDoyleGS Thanks Jack for the update. I'll be digging into it this summer in time for my Fall class.
I thought 2020 would not give us any good news, but here it is!
It will be 4am in Australia when the premier is on, but I will be here:) Great work Greensock team!
Wow, now THAT is commitment! Thanks so much Petr!
Petr, would be nice to see some experiments and videos about this feature with deep dive on your GreenSock for Beginners =D
Hi Petr, I expect you will get up at 3:00am and get in a quick run before the event ;) see you sson.
@@JackDoyleGS Awesome plugin. I am sure people will love it. Great work as always!
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 !!
Awesome, guys !
It's a great birthday present for me.
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.
Another super power to GSAP !! Very well thought addition. Thank you
Thank you so much for this! This will improve my websites significantly!
toggleClass just opened up tons of ideas
What a great video, helps A LOT in the beginning.
So I guess we don't need ScrollMagic anymore.
I was going to ask that question.. do I not need scrollMagic anymore? Lol
Let's hope so :D
No you don't:)
@@Ihatetomatoes To complete the answer - I read the reply below from Jack Doyle that ScrollTrigger will not be a members-only plugin so ... ScrollMagic will be *deprecated*. :-)
Nope, It's gonna blow ScrollMagic outta the water.
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 🙏🤗
This is SO GOOD thank you for putting it out there!
Amazing work guys, been waiting many years for this feature!!
This is the thing I've been searching for.
One of the biggest differences is that it's not "scroll-jacking" which has been problematic with ScrollMagic. This seems very promising!
This is awesome. GSAP has inspired me to get into web design again.
Excellent explanation keep it up. We are waiting some more videos and some more animations❤️❤️❤️.
We used ticker for implementing most of features you added in plugin. Thank you for this :)
Been waiting for this. Nice and simple!
omg omg omg this was exacly what I was looking for, thanks so much!
So much was covered in a 20 min video. You really need to watch this few times
AMAZING!!!! No more 3rd party plugins =)
Wow, I'm so impressed with this. Thank for a great video.
Oh look at that... it's time to give my personal website a complete redesign!
I'm in love with this plugin
Exactly what I need ! I can't wait !
mind blowing as always.
I'm SO pumped for this!!!
Amazing explanation, thanks.
This is amazing! Thank you so much for making this video! :D
this looks awesome, I'll try it right away!
Thanks for the tutorial , you are helping a lot of people
I'm a happier person now, thanks!
You are a life saver! Kudos to you! You rock!!
GSAP was already the very best, is an abscrollute unit now.
Wow, so flexible and powerful
Beyond amazing
Very cool. Well done guys.
Gosh! I love GSAP !!!
This is beautiful art.
This would be amazing to not need a third plugin for this when you already use gsap for so much already.
Amazing library! Any chance the demos in this video are available in codepen form? (so we can see the css / html... it would shed some light on some things) :)
Absolutely! There are a TON of CodePen demos for you to pick apart. Links are in the docs at greensock.com/docs/v3/Plugins/ScrollTrigger#demos or here are some collections: codepen.io/collection/AEbkkJ and codepen.io/collection/DkvGzg
You're awesome man thanks so much for this
Love ScrollTrigger! I've got a new video on my channel of how to use ScrollTrigger with a canvas image sequence. Code in the description. Peace!
This is amazing! I might not need scrollmagic anymore!
I love this. Thank you guys!
Wow, awesome!
love the markers! Thanks
Wow wow wow, just awesome
This is what we needed 🙏
Hi, new to this, and this is amazing ! I have a question. I use the horizontal scroll like you did at 14:55, but I am trying to add other scrolltrigger event (changing panel container background) but I can't get it work and I think it's because of the "fake" horizontal scroll. How can I add scrolltrigger when the 3rd section appear ? (I want start when section enter, and end when it leave) ?
The best place for questions like this is in the forums at greensock.com/forums.
It should be pretty simple to just put a call() or set() in the timeline animation at the spot where the section comes in. For more help, please post in the forums and we'd be glad to offer assistance.
Oh bhai, ye to mast h dada
Can we use an array of images (to have a "gif effect" that animates reverse on scroll up/down). So there would only be one image to display at a time. Is there a method for that? Thanks for this awesome plugin btwn.
Absolutely! The best place to get answers to questions like this is in the forums at greensock.com/forums.
Definitely cool. Eager to try
yay!! no more scroll magic!! this is much easier to implement
im mindblown
Does anyone know any tutorial on how to make the tunnel like scrolling at the end of the introduction section??? PLEASE!
Goodbye ScrollMagic... Hello GSAP ScrollTrigger!
When I set end: "+=4000" my whole content is moved down. I'm scrolling through empty space, it shows at the end... After that, when I scroll back upwords, it shows the animation correctly. Why it's not working as I want.. It seems like end: "+=4000" creates huge height and move whole container at the bottom of the website but only when I scroll down...
Do you solve it?
Thank You So Much Bud
Me singing in wiz khalifa tone: itss been a loooooong daayy, mr.ScrollMagic broooo.. ( and you see me walking straight with gsap scrollTrigger and scrollmagic silently goes to the left) ...
Waiting for this!!!
In 17:28, I tried to implement it without ease: "none" or with different ease options but it doesnt work as intended, the screen snapped at some point between 2 sections, I don't quite understand why ease: "none" is needed here for snap to work?
Because we want the snapping points evenly spaced across the timeline. With a "power1.out" ease, for example, the xPercent animations would move much faster at the start and slow down at the end, meaning the snapping points (when each section hits the left side of the viewport) would vary quite a bit. It's a logic issue. Support questions like this should be asked in the forums at greensock.com/forums - UA-cam comment threads just aren't good for this type of thing :)
Holly shit, how you even done that, well played xD
oh this came just in june so did not know about this...does this make use of intersection observer or just scroll listener
No, IntersectionObserver is too limited and lacks full browser support. ScrollTrigger is highly optimized for speed and does all the intersection calculations up front and then during scroll it merely compares the scroll position to a number. Super fast. Full browser support. Zero IntersectionObserver.
Thanks for your work!
I'ts vvvvvvvvery helpful!!! thanks gsap!!!
Would love a link to the docs in the description of the video!
Done! Thanks for reminding us.
hey can you provide a link to resources or a tutorial on how i can recreate that wormhole tunnel
This is insane
awesome library...
Could you kindly explain on the pinning at timestamp 12:20 ..thank you
The video does explain pinning. Could you give us some more information about what you're confused about?
Would love to see any tutorial for the last example on the intro does anyone knows how can I achieve something like that ?
Heya! Are you asking about this demo?
codepen.io/motionharvest/pen/WNQYJyM
There are a lot of Scroll related demos here to look through -
codepen.io/collection/bNPYOw?grid_type=grid
Hope this helps!
Finally!
just wow you guys
Can you create text animations while scrolling horizontally like at 16:00?
does anyone have same problem with me, i followed tutorial at 5.10 - 8.51 minutes, every time i refresh my page my start always change position. still don't know what was happened to me.
We have really friendly and helpful support forums! Pop by, we'll give you a hand - gsap.com/community/forums/forum/11-gsap/
Yes yes yes! Finally! ScrollMagic is going to bed.
How to use gsap with ejs or node?
I keep getting this error "Invalid property ScrollTrigger set to .flex Missing plugin? gsap.registerPlugin()". i have changed gsap versions, moved my script tag from top to bottom and bottom to top and it is still giving me that error. I have searched online but none on the solution there worked. Should i just give up on your cdn?
This is awesome
they basically fixed all the issues on scrollmagic.
Amazing 🤩 😻 🤩
THANK YOU
Awesome!!