You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The hack in timelapse.js to slow down Mac scrolling is useful for laptop scrollpad and "magic mouse" with scrollpad on the mouse, but is way too slow for Macs with mechanical wheels. This isn't a problem with zooming UIs on similar platforms like Google Maps.
Should we upgrade to a more modern interpretation of WheelEvent honoring DOM_DELTA_PIXEL vs DOM_DELTA_LINE?
The text was updated successfully, but these errors were encountered:
We might need to deal with deltaMode DOM_DELTA_PIXEL vs DOM_DELTA_LINE
I have 2 generations of Mac mice and some "standard" mice and am happy to
test for this.
The hack in timelapse.js to slow down Mac scrolling is useful for laptop scrollpad and "magic mouse" with scrollpad on the mouse, but is way too slow for Macs with mechanical wheels. This isn't a problem with zooming UIs on similar platforms like Google Maps.
Should we upgrade to a more modern interpretation of WheelEvent honoring DOM_DELTA_PIXEL vs DOM_DELTA_LINE?
The text was updated successfully, but these errors were encountered: