You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A drag that coasts: after release the orbit keeps turning at the hand's speed and slows to a stop.
The owner's switch, per work: on or off, among the R360 parameters of the edit form. Stored in works.r360_params (JSON) as an optional field, so no migration. Which way a work saved before it reads — on or off — is to be decided.
prefers-reduced-motion keeps winning: no easing and no coasting, whatever the owner chose.
To tune on a phone with Dawid: the curve, how long a coast lasts, and whether a slow release coasts at all.
Wanted by Dawid on 11.09.2026, for later — outside the R360 milestone.
Today
In
src/components/ui/use-orbit.ts:Wanted
works.r360_params(JSON) as an optional field, so no migration. Which way a work saved before it reads — on or off — is to be decided.prefers-reduced-motionkeeps winning: no easing and no coasting, whatever the owner chose.To tune on a phone with Dawid: the curve, how long a coast lasts, and whether a slow release coasts at all.
Spec: SPEC.md A13 · Related: #106, #107