Jump to content
GreenSock

wanatv

scrollTo stops when it passes through the scrolltrigger section

Moderator Tag
Go to solution Solved by GreenSock,

Recommended Posts

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

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?

  • Like 1
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×