Skip to content

motion

const motion: object

Defined in: src/anim/motion.ts:24

Global motion toggle/config — disable to make animations snap (respects reduced-motion).

get enabled(): boolean

Whether continuous ambient animations should run.

boolean

reset(): void

Restore the environment-derived default.

void

set(value): void

Turn ambient motion on/off at runtime (e.g. an app setting, or a test).

boolean

void