-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling past the end of scroll view has incorrect "feel". #18
Comments
Are you referring to the vertical scrolling or horizontal paged scrolling? |
Vertical. One of the recent changes made it better in that the total distance you drag it is about correct, but the deceleration still doesn't feel quite right when dragging it down. |
I was just coming in here to post the same issue. It seems you've implemented a deceleration curve when scrolling vertically past the boundaries, where the iOS native implementation has a hard switch to a lower velocity past the bounds. Or, at least, a more subtle curve. I can try to make a video if need be but hopefully this'll help. |
👍 |
It seems to decelerate too fast at the start and then not fast enough about halfway through, at least compared with how the native UIScrollViews "feel". Not sure how to describe that better.
The text was updated successfully, but these errors were encountered: