Theemo / @theemo/tokens / TransitionValue
Type Alias: TransitionValue
ts
type TransitionValue: object;
Represents a transition
Type declaration
Name | Type | Description | Defined in |
---|---|---|---|
delay | ReferencedValue <DurationValue > | Delay when the transition | packages/@theemo/tokens/src/token-types.ts:182 |
duration | ReferencedValue <DurationValue > | Duration of the transition | packages/@theemo/tokens/src/token-types.ts:179 |
timingFunction | ReferencedValue <CubicBezierValue > | The form of the transition | packages/@theemo/tokens/src/token-types.ts:185 |