Fast movement by the followed party disorients followers
Aliases: follower lost · viewport jump · spatial disorientation in co-browsing
What it is
Follow mode reproduces the leader's viewport motion verbatim for everyone, so the leader's style of movement decides the followers' spatial experience. With continuous, gentle scrolling, followers retain a sense of "where in the document we are"; with sudden jumps, fast long-distance drags, or rapid zoom toggling, followers lose their position within seconds — the frame is moving, but they no longer know where they came from, where they arrived, or what was crossed in between. This is not a latency problem: however smooth the network, motion that outpaces the follower's ability to build a spatial map produces disorientation anyway.
Why it happens
People grasp large spaces — long documents, infinite canvases — by incrementally building spatial cognition: anchoring on the current position, noting the direction and magnitude of each movement, and gradually assembling a global map. Following removes the most critical link: self-initiated movement. One cannot measure the space with one's own motion; one only receives the output of someone else's. When the leader's motion is continuous and smooth, the optic flow supplies direction and speed and the anchor holds; the moment it becomes teleportation (a search hit, an outline jump, a big zoom change), the optic flow breaks, the follower's anchor resets to zero, and what remains is an unfamiliar frame. Rapid movement also compounds: the leader knows their own route, so three jumps in a row feel natural to them; the follower rebuilds a position model after every jump, and after two or three gives up on mapping altogether, regressing to passively watching whatever the frame shows. At that point the informational efficiency of following has already collapsed, even though the connection formally persists.
Studying it
- Paradigm: borrow from spatial cognition and virtual-navigation methods — during a follow-browsing task, manipulate the leader's motion profile (smooth scroll / gradual acceleration / instant jump), then test position judgment ("which direction was the content we just passed?"), map reconstruction (sketch the route), and wayfinding ("go back to that spot"); eye tracking can reveal post-teleport scan patterns.
- Variables: motion speed, jump frequency, presence of transition animations or minimaps as independents; position-judgment accuracy, route reconstruction quality, time-to-locate, and subjective disorientation as dependents.
- Use in interface research: setting the parameters for rendering movement in follow features — how long a jump warrants an animated transition, how far a distance warrants a thumbnail bridge.
- Methodological caveat: disorientation is cumulative, and single-jump lab measurements underestimate its effect in real sessions; test position judgment after multiple jumps, and distinguish "does not remember the content" from "remembers the content but cannot place it" — only the latter is spatial disorientation.
Where it stops holding
Severity scales with the space's structure. Linear documents keep a global reference in the scrollbar and page numbers, so recovery is fast; infinite canvases and 3D spaces have no stable absolute reference, and a single teleport costs far more. Session length shapes tolerance too — one or two jumps in a short session are harmless, while accumulated disorientation over a long session drives people to detach. Counting on the leader to notice is a non-starter: they have their own goals and route and will not feel the followers' disorientation on their behalf, so the protection must live in the system, not in social convention.
Applying it
- Never teleport followers: render the leader's jumps as a short transition or a zoom-and-fly that shows the origin-destination relation, keeping the optic flow intact.
- On long moves, give followers a spatial cue (the jump traced on a minimap, a transient outline position).
- Offer follow-strength tiers: strict following (fully synced) and loose following (align only when the leader pauses), letting disorientation-prone followers choose the latter.
- Verification: after several jumps, ask followers where they are and what they just passed; accuracy below threshold means the transitions are insufficient. Check whether detach events cluster right after fast movement.
Related
- Same group: V3.04.1 Follow mode replicates one person's viewport changes to everyone else · V3.04.3 Following must be escapable at any time, returning to one's own place · V3.04.4 Who follows whom must be visible to both sides · V3.04.5 Shared viewing suits presentation, not parallel work
- Nearby: V2.02 Workspace Awareness
- Search terms:
follower disorientation·viewport teleport·spatial cognition in navigation·camera transition