Share Posted March 11, 2021 Hello, I am quite new to GSAP and I heard a lot of good words regarding its capabilities. I am working on a website where I want to implement momentum-based scrolling as observed in the following websites: https://abhishekjha.me/ https://rekhchandsahu.com/ I spent a day learning basics of GSAP, read some posts on the forum, and did a few Google searches. I stumbled across a similar post, hinting the use of ScrollTrigger plugin. However, I was not able to exactly figure out how to achieve the same effect. Could someone guide me about creating such a scroll experience? (React-oriented solution would be highly appreciated, but VanillaJS-based solutions would also work) Thanks in advance Link to comment Share on other sites More sharing options...
Share Posted March 11, 2021 Hey dmahajan980 and welcome to the GreenSock forums. ScrollTrigger is definitely the tool to use. I highly recommend reading the docs (and watching the video included) as well as looking through some of the demos. To get some of the same smoothness you'll also need to use a smooth scrolling library along with ScrollTrigger via .scrollerProxy(). If you have a specific question about how to use GSAP/ScrollTrigger feel free to post along with a minimal demo of the situation and we'll be happy to help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now