ianharrigan / haxeui

IMPORTANT NOTE! This repository is no longer maintained. Please consider the newer version: https://github.com/haxeui/haxeui-core
http://haxeui.org/
392 stars 47 forks source link

Fix irregular inertial scrolling #325

Closed ProPuke closed 8 years ago

ProPuke commented 8 years ago

inertial scrolling did not respect varying frame rates and occasionally jumped at erratic speeds on mobile

ProPuke commented 8 years ago

The eventTarget now hides sooner after inertia scrolling stops and as soon as inertia hits an edge, so that tapping on controls is no longer blocked when the screen appears stationary (it felt weird on mobile sometimes)