Skip to content
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

Better overscroll / overpinch - replace thresholds with friction #3

Open
natario1 opened this issue Sep 28, 2017 · 1 comment
Open

Comments

@natario1
Copy link
Owner

Currently the engine lets you scroll / drag / pinch outside the safe bounds, until a fixed threshold is reached.

This does not feel very natural. The best thing would be to have no threshold, but rather apply a friction to the movement (the more you overdrag, the less movement you cause).

These frictions should be public and controllable.

@natario1 natario1 changed the title Better overscroll / overpinch Better overscroll / overpinch - replace thresholds with friction Sep 28, 2017
@natario1
Copy link
Owner Author

This was done in #59 for overscroll, but it's not so elegant and does not expose parameters to public. Still missing for overflings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant