D3.04.2De-synchronization and direct manipulationdesignresearch

De-synchronization weakens the sense of direct manipulation

Aliases: direct manipulation · control feel · sync failure

What it is

When touch and vision fall out of step, users stop feeling they are manipulating an object directly. Direct manipulation rests on a continuous, coherent link between action and feedback; once touch and vision proceed on their own timings, users slip from "I am moving this thing" back to "I am sending instructions and the system plays something back."

Why it happens

Direct manipulation depends on several channels pointing at one ongoing event. When they are offset, the perceptual system cannot merge them and processes each separately, opening an explanatory gap between action and result. The gap costs most in continuous control, where users must keep re-calibrating their haptic expectation against vision. The failure reaches beyond control feel: users begin to doubt whether their input was received, which erodes confidence in their own accuracy.

Studying it

Measure control feel and task performance together: inject synchrony offsets in drag, drawing, or physics-simulation tasks and record trajectory error, correction count, completion time, and rated control. Variables include offset direction and magnitude, whether the task is continuous, and whether force feedback is present. Include process measures such as trajectory smoothness, since declining control usually shows up first as repeated micro-adjustments rather than outright failure.

Where it stops holding

In discrete actions such as a confirming tap, action and result are separate events by nature and synchrony is less strict. If vision itself lags and users know it, matching that offset may feel more natural than being individually correct, because internal consistency outweighs absolute accuracy. Synchrony also depends on hardware and the render pipeline; software tuning cannot break below the device's inherent latency floor.

Applying it

  • Schedule haptics and frame updates in the same pipeline tick for continuous control, rather than timing them independently.
  • Prioritize consistency between touch and vision before optimizing each one's absolute latency.
  • Where latency cannot be removed, pull the haptic trigger earlier to compress perceived offset.
  • Verification: in a drag task, measure trajectory corrections and rated control against a fully synchronized baseline; a clear rise in corrections means synchrony is affecting the manipulation experience.

Related

  • Within the group: D3.04.1 Haptics leading vision is more acceptable than lagging it · D3.04.4 Network and rendering latency are the usual cause of a broken sync window
  • Adjacent: D3.05.1 Haptics can confirm an action without looking at the screen · D4.04.3 Conflict lowers overall credibility
  • Search terms: direct manipulation · control feel · haptic sync

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/D3.04.2