B1.10.3Multi-scale navigationdesignresearch

Path planning across zooming and panning affects total time

Aliases: zoom and pan · path planning

What it is

Reaching a target on a large canvas usually involves a sequence of zoom, pan, and acquisition actions rather than one of each. This multi-scale navigation path determines total time: zooming before panning, panning before zooming, and alternating them each change target visibility, travel, and reorientation cost.

Why it happens

Zoom changes screen-space distance and width, while pan changes target position relative to the viewport. Zooming too early can push a target out of view and demand long panning; zooming too late retains a tiny target. A good path trades operation cost, subsequent context, and final acquisition difficulty, while people often use learned approximations.

Studying it

Record complete scale and viewport trajectories across target distance, density, and starting-context conditions. Alongside total time, measure unproductive zooms, reverse pans, lost targets, and final misses. The analysis can show whether the system creates unnecessary planning rather than assuming users lack skill.

Where it stops holding

Search, thumbnails, automatic focus, and semantic jumps can remove the need for manual path planning. Strategies differ in 2D and 3D, across devices, and with inertial movement. No single “best zoom level” covers exploration, browsing, and precise editing.

Applying it

  • Supply minimaps, search, focus-on-selection, and predictable zoom anchors so people need not guess between scale and location.
  • Prevent unexplained content drift during zoom; use pointer, selected object, or viewport centre as a stable anchor.
  • Analyse back-and-forth zoom and reverse panning in recordings, then offer direct navigation or better defaults for frequent detours.

Related

  • Same group: B1.10.1 Zooming makes effective target width variable · B1.10.2 The time cost of zooming itself must be counted
  • Nearby: B1.01 Fitts's law · B1.05 Steering law
  • Search terms: multi-scale navigation · zoom and pan · path planning

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/B1.10.3