C1.20.1Hover delay thresholddesignresearch

Hover delay requires a concrete value balancing responsiveness and false triggers

Aliases: hover delay · false trigger · dwell time

What it is

A hover delay is the wait between pointer entry and showing content or triggering an action. It is not merely a generic speed–stability trade-off: task, target density, and device require a chosen and verified threshold. Too short mistakes passing for intent; too long makes intentional exploration feel sluggish.

Why it happens

The system starts a timer on entry and triggers only if the pointer remains in the valid region until its threshold. Time serves as evidence of intent, filtering brief crossings. It changes both waiting cost and false-activation probability, so movement speed, target size, path, and interruption cost all matter.

Studying it

Test several candidate values and record intentional-hover waiting, pass-through activations, close or undo actions, success, and frustration. Observe novices, experts, mouse users, and trackpad users separately; select a concrete range that meets the experience goal rather than merely reporting a trade-off.

Where it stops holding

No universal millisecond value suits all hover content. High-risk actions, dense menus, and reading tips have different costs; if content is easily clicked or keyboard-accessible, optimizing hover delay may have little benefit. Delay cannot repair crowding or unclear hierarchy.

Applying it

  • Define acceptable false activation and wait first, then set the default through real-task testing.
  • Keep values stable within a mode and avoid extremely short values in high-motion contexts.
  • Review threshold alongside target size, content weight, and closing cost rather than as one global constant.

Related

  • Same group: C1.20.2 Hover-open menus and hover tooltips need independent delay thresholds · C1.20.3 Briefly crossing multiple targets should not trigger hover content one by one · C1.20.4 An exit grace period prevents hover content from disappearing immediately from tremor · C1.20.5 Hover-induced layout changes can occlude the next interaction path
  • Nearby: C1.19 Cursor shapes as state expression · Q1 Research methods and evaluation
  • Search terms: hover delay · false trigger · dwell time

Cards in the same group

Quick Actions

Share

Share this page

ios_share

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