You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GSAP's ScrollToPlugin has a very nice option that lets you cancel a scroll when the plugin detects that the scroll position is being changed—i.e. if a user decides to scroll during the tween. Is it possible to support something like this with scroll-into-view-if-needed?
Great idea! 👍 I'm swamped at work and don't know when I'll have time to get back into scroll-into-view-if-needed. But if anyone makes a PR with this I'll review and release for sure 😄
GSAP's ScrollToPlugin has a very nice option that lets you cancel a scroll when the plugin detects that the scroll position is being changed—i.e. if a user decides to scroll during the tween. Is it possible to support something like this with
scroll-into-view-if-needed
?Edit: See https://github.com/greensock/GreenSock-JS/blob/master/src/uncompressed/plugins/ScrollToPlugin.js#L122-L136 for reference
The text was updated successfully, but these errors were encountered: