C1.23.3Inertial scrolling decelerationdesignresearch

Trackpad inertial-scroll deceleration shares the perceptual rules of touchscreen inertia

Aliases: inertial scrolling · deceleration curve · momentum

What it is

After fingers lift, both trackpads and touchscreens can continue content at its initial velocity and decelerate it: inertial scrolling. Their hardware differs, but people expect shared perceptual rules of continuity, speed–distance relation, predictable stopping, and boundary response—as if content has momentum rather than stopping abruptly or gliding arbitrarily.

Why it happens

The system estimates release velocity, then integrates position through a deceleration curve — a curve that is essentially simulating uniform deceleration under a constant "friction coefficient": given the same release velocity, it should in principle travel the same distance, regardless of whether that velocity was measured from a finger swipe on a trackpad or a finger swipe on a touchscreen. This is exactly where "sharing the same perceptual rules" becomes an engineering requirement rather than a vague aspiration: if the trackpad and the touchscreen each use independently tuned deceleration constants, the same-feeling quick flick will travel different distances as someone switches between the two devices, and muscle memory cannot transfer across them. The bounce or damping added at a content boundary is, mechanically, a second spring model layered on top of the original deceleration model — if the two models' parameters are not tuned together, the bounce at the boundary feels disconnected from the motion that led into it, and content seems to "hit a wall" that has nothing to do with the motion that preceded it.

Studying it

Across initial speeds, content lengths, boundaries, and devices, compare stopping error, reverse-braking time, repeated correction, and perceived control. Use matching and cross-device transfer tasks to test predictability rather than only single-flick distance. Concretely, measure "release velocity" against "total post-release travel distance" separately on a trackpad and on a touchscreen, plot both as curves, and check whether they overlap — this says far more about whether the two devices genuinely share one set of rules than reporting that each one "feels fine" on its own.

Where it stops holding

Not all content benefits from inertia: precise tables, short lists, and high-risk selection may need less momentum. Reduced-motion settings can also change it. Physical resemblance is less important than controllability: people must be able to interrupt, reverse, and move precisely.

Applying it

  • Use smooth continuous deceleration and predictable boundary feedback, allowing an immediate touch to brake.
  • Tune the boundary bounce parameters together with the free-scroll deceleration constant, so the two phases of motion do not feel disjointed.
  • How to check: record the "release velocity vs. total travel distance" curve separately on a trackpad and a touchscreen, overlay them, and check whether they coincide — poor overlap means the inertial feel across the two devices has not actually been unified.

Related

  • Same group: C1.23.1 Two-finger co-directional motion maps to scrolling, distinguished from pinch by count and relative movement · C1.23.2 Horizontal scrolling usually needs explicit horizontal content or a modifier, otherwise it is ignored · C1.23.4 Misclassifying two-finger scroll as another multitouch gesture abruptly interrupts scrolling
  • Nearby: D1 Output and feedback channels · C2 Touch and multitouch
  • Search terms: inertial scrolling · deceleration · momentum

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C1.23.3