Skip to content

Co-Motion Grouping Cue

Perceptual grouping cue — instantiates Common Fate and Synchronized Movement Design

Moves related elements along a shared visible trajectory so a viewer's eye binds them into one group in the instant they move.

Version
v1 · 2026-08-24 · History
Mechanism #
1429
Type
Perceptual Grouping Cue
Form family
Interface, Display & Cue
Solution family
Coordination & Synchronization
Problem family
Coordination, Dependency & Sequencing Failure
Problem subfamily
Temporal Synchronization, Reentry & Crisis Coordination
Origin domain
Psychology
Also from
Human-Computer Interaction
Instantiates
Common Fate and Synchronized Movement Design

Co-Motion Grouping Cue makes a set of on-screen elements read as one group by giving them a shared, continuous, visible motion — a common slide, fade, scale, or drift that the eye resolves into "these belong together" before any label is read. Its defining move is that the grouping happens pre-attentively and spatially: the viewer's low-level vision binds whatever travels the same trajectory at the same time, so the relationship is felt in the motion itself rather than inferred from a caption, a border, or a bundled announcement. It takes group membership as a given input — a selection, a filter result, a query — and supplies the movement that makes that membership perceptible.

Example

A market-analytics dashboard shows two hundred company dots scattered across a risk/return plot. An analyst clicks the "Energy sector" chip. Without a co-motion cue, the energy companies would simply change color — easy to miss in a dense field. With the cue, every energy dot lifts and drifts together a few pixels toward the front while the rest recede and dim, all sharing one smooth 300-millisecond trajectory. The analyst never reads a legend; her eye has already lassoed the moving cluster as a single object. When she then clicks "Renewables," a subset of those dots peels off along a new shared path, and she instantly sees the sub-group split from the parent — a relationship the static plot could only have shown with an extra color axis. The motion did the grouping; the color just confirmed it.

How it works

  • Pick the shared vector. Choose the one movement dimension the group will hold in common — translation, opacity, scale, or blur — and give every member the same direction, speed, and onset. Sameness of vector is what the visual system reads as belonging.
  • Make the motion the cue. The animation is not decoration around the grouping; it is the grouping signal. Onset timing and easing curve are tuned so the co-movement is salient enough to catch the eye but short enough not to nauseate.
  • Guard exclusivity. Only intended members share the vector; everything else stays put or moves oppositely. A single stray element on the same path gets falsely absorbed into the group.

The viewer's pre-attentive vision does the rest: co-moving elements fuse into one perceived object with no cognitive effort.

Tuning parameters

  • Motion salience — how large and fast the shared movement is. More salience makes the group pop instantly but crowds the field and risks motion sickness; less is subtle but may be missed.
  • Shared-vector dimension — whether the common signal is position, opacity, or size. Translation reads as strongest "togetherness"; opacity is gentler and more accessible.
  • Onset simultaneity window — how tightly the elements start moving together. A tight window (all within ~50 ms) binds hard; a loose one starts to read as separate events.
  • Exclusivity — how much of the field moves. Isolating a small moving subset against a still background maximizes grouping; moving everything at once destroys it.
  • Dwell / duration — how long the motion lasts before settling. Longer dwell reinforces the group but delays the next interaction.

When it helps, and when it misleads

Its strength is speed and effortlessness: co-motion binds elements before cognition, needing no legend, and it can encode a grouping in a dimension no static layout has spare room for. It shines exactly where labels and borders fail — dense fields, transient selections, filter changes.

Its failure mode is false grouping: because the binding is automatic, any elements that happen to share a trajectory get fused whether or not they are truly related — a decorative "everything animates in together" wipe implies a unity that does not exist, and the viewer believes it before they can reason it away. Overuse compounds this into motion overload, and it excludes viewers with vestibular sensitivity. The guarding discipline is to reserve co-motion strictly for real relations, keep only the intended set on the shared vector, and honor reduced-motion preferences with a non-animated fallback. The principle it leans on is Gestalt common fate[n1] — but common fate binds indiscriminately, which is precisely why the cue must be aimed.

How it implements the components

  • shared_motion_or_change_vector — defines the single visible trajectory (direction, speed, onset) that the group's members travel in common; this is the mechanism's core output.
  • synchronization_cue_set — the animation itself is the cue set; its onset window and easing curve are what make the co-movement perceptible.
  • observer_or_participant_interpretation_model — it is aimed at the viewer's pre-attentive vision, which infers a group from co-motion without reading any label.

It does NOT draw the common_fate_group_boundary that says which discrete status changes count as one event, nor bundle them into a temporal_phase_contract window — that's Linked State-Change Broadcast; the two differ on continuous spatial motion versus a discrete, announced bundle of state flips.

Editorial Notes

Form Classification

Form family: Interface, Display & Cue

Rationale: Moves related elements along a shared visible trajectory so a viewer's eye binds them into one group in the instant they move, making its operative form a prompt, display, template, or perceptual cue that shapes attention and input at the point of use.

Independent corroboration: The frozen evidence defines Co-Motion Grouping Cue as 'Moves related elements along a shared visible trajectory so a viewer's eye binds them into one group in the instant they move', so its operative form is Interface, Display & Cue.

Review outcome: Independent reviewer agreement; high confidence.

Origin Attribution

Primary origin: Psychology

Origin pattern: Cross-disciplinary synthesis

Present-day reach: Multi-domain

Rationale: Gestalt psychology established common fate: elements moving together are preattentively perceived as one group.

Related originating lineages:

Review resolution: Both reviewers agree on psychology as primary. Reading the mechanism confirms that its defining operation belongs to that lineage; the final record retains human_computer_interaction only as materially formative origin and keeps present-day application breadth separate from provenance.

Review outcome: Reconciled after independent review; high confidence.

Notes

Because co-motion binds pre-attentively, a wrong grouping is costlier here than a mislabeled static group: the viewer forms the false belief before conscious reading begins and then has to actively un-believe it. That asymmetry is the reason exclusivity — nothing extraneous on the shared vector — matters more than salience.

[n1] The Gestalt principle that elements moving in the same direction at the same time are perceived as a single group. It operates below deliberate attention, which is what makes co-motion so fast — and why an accidental shared trajectory produces an equally automatic false grouping.