Skip to content

Theemo / @theemo/tokens / TransitionValue

Type: TransitionValue

ts
type TransitionValue: object;

Represents a transition

See

DTCG Spec

Type declaration

MemberTypeDescription
delayReferencedValue<DurationValue>Delay when the transition
durationReferencedValue<DurationValue>Duration of the transition
timingFunctionReferencedValue<CubicBezierValue>The form of the transition

Source

packages/@theemo/tokens/src/token-types.ts:177