Share Posted March 15 How to make anchor scrollTo work normally when you click the button. Now for some reason he stops at the last block of the scrollTrigger section? See the Pen abaGEgK by devsss1213 (@devsss1213) on CodePen Link to comment Share on other sites More sharing options...
Share Posted March 15 Oooh tricky. I think because that section's being pinned, you'll need to offest the scrollTo a little - the amount you offset will depend on how much of the pin has progressed at the point of clicking the anchor... I used mapRange and tl.progress() to map the current progress to the overall pin distance and it seems to be working. See the Pen QWVrrXG?editors=0010 by GreenSock (@GreenSock) on CodePen I may be overengineering this? Maybe there's an easier way? 1 Link to comment Share on other sites More sharing options...
Solution Solution Share Posted March 16 There's a helper function in the docs that makes this a lot easier - it uses ScrollTriggers for its magic: See the Pen ZEMowvR?editors=0010 by GreenSock (@GreenSock) on CodePen 2 Link to comment Share on other sites More sharing options...
Author Share Posted March 16 1 hour ago, GreenSock said: There's a helper function in the docs that makes this a lot easier - it uses ScrollTriggers for its magic: Thank you! Your function works great! 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