Skip to content

Theemo / @theemo/tokens / TransitionValue

Type Alias: TransitionValue

ts
type TransitionValue = object;

Defined in: packages/tokens/src/token-types.ts:177

Represents a transition

See

DTCG Spec

Properties

delay

ts
delay: ReferencedValue<DurationValue>;

Defined in: packages/tokens/src/token-types.ts:182

Delay when the transition


duration

ts
duration: ReferencedValue<DurationValue>;

Defined in: packages/tokens/src/token-types.ts:179

Duration of the transition


timingFunction

ts
timingFunction: ReferencedValue<CubicBezierValue>;

Defined in: packages/tokens/src/token-types.ts:185

The form of the transition