- From: Rick Byers <notifications@github.com>
- Date: Thu, 03 Dec 2015 19:45:28 -0800
- To: w3c/uievents <uievents@noreply.github.com>
Received on Friday, 4 December 2015 03:46:33 UTC
Two bracketing events are really equivalent to two boolean bits on the event, eg. `isEnding` (for detecting the scrolling-inertia-end) and `isInertialScrolling` for detecting the `scrolling-inertia-begin`. I think this mostly comes down to a matter of style. I (from blink's perspective) have a bit of a preference for the latter because it's a smaller API and it avoids problems / unnecessary overhead in atomic wheel scrolling case (USB mouse wheel with no defined start/end). --- Reply to this email directly or view it on GitHub: https://github.com/w3c/uievents/issues/58#issuecomment-161866167
Received on Friday, 4 December 2015 03:46:33 UTC