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

Don't get stuck in overscroll #264

Merged
merged 2 commits into from Apr 25, 2016
Merged

Don't get stuck in overscroll #264

merged 2 commits into from Apr 25, 2016

Commits on Apr 19, 2016

  1. Run the overscroll animation all the way to the destination

    This fixes a bug where a layer could get "stuck" in overscroll because it gets
    within 0.1 of the edge and then stops.
    mbrubeck committed Apr 19, 2016
  2. Never trigger overscroll bounce when overscroll is disabled

    This fixes a bug where rounding could cause a layer to enter overscroll even
    if CAN_OVERFLOW is false, and then get stuck in overscroll.
    mbrubeck committed Apr 19, 2016
You can’t perform that action at this time.