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
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
This looks like a really useful lib! Browsed through the code a little and noticed it uses onFrame to update scroll position. I think it was react-spring 5 that introduced native support to animate scrollTop/Left, see: https://codesandbox.io/embed/wo59nvw3p7 And the other way round, reacting to scroll position: https://codesandbox.io/embed/py912w5k6m
That would remove some complexity and perhaps make it easier to add features. 😊
The text was updated successfully, but these errors were encountered:
@drcmda I am working on PR that changes from animating scrollTop/Left to css transforms... I did check the examples you sent, but animating scrollTop/Left is very buggy on Android-Chrome. That was my main motivation to change to transforms. Thanks for the input!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This looks like a really useful lib! Browsed through the code a little and noticed it uses onFrame to update scroll position. I think it was react-spring 5 that introduced native support to animate scrollTop/Left, see: https://codesandbox.io/embed/wo59nvw3p7 And the other way round, reacting to scroll position: https://codesandbox.io/embed/py912w5k6m
That would remove some complexity and perhaps make it easier to add features. 😊
The text was updated successfully, but these errors were encountered: