Zooming makes effective target width variable
Aliases: semantic zoom · effective target width
What it is
In zoomable canvases, maps, and images, multi-scale pointing lets people change view scale so an initially tiny object becomes a larger effective target in screen coordinates. Zoom changes the width and distance currently faced by the user, not the object's intrinsic size in data space.
Why it happens
Magnification enlarges a target's screen projection, increasing tolerance and reducing final acquisition difficulty; it can also move the target out of view and require panning or reorientation. Zooming out preserves context while narrowing local objects. Users therefore trade global location against local precision.
Studying it
Compare fixed-scale and zoom-enabled tasks, recording acquisition time, zoom count, scale sequence, pan distance, and errors. Vary target size, initial distance, and context need; analyse when people zoom instead of pointing directly. Include view operations and reorientation in total time, not only the final click.
Where it stops holding
Zoom does not always help: if the target is already large, the gesture is undiscoverable, or context is lost, added operations slow work. Precision, inertia, and visual stability differ by device. Magnification addresses geometry, not semantic ambiguity.
Applying it
- Provide predictable continuous zoom for dense precision work while retaining location cues after magnification.
- Enlarge actual hit areas at appropriate scales rather than leaving every precision problem to manual zoom.
- Analyse real zoom–pan–click sequences, then improve navigation or defaults where people repeatedly zoom back and forth.