MotionScript

@motion-script/core


@motion-script/core / Variables

Type Alias: Variables

Variables = Record<string, unknown>

Defined in: project/config.ts:35

Flat, arbitrary project constants (corner radii, durations, counts, flags, …), keyed by name. Keys are flat — no nesting; author dash-names them directly (e.g. 'rounded-sm'). Values may be any type. Read in a scene generator via stage.variables(...). Distinct from Theme, which is purely visual.