Documentation / @ripl/core / TransitionOptions
Interface: TransitionOptions ​
Defined in: packages/core/src/animation/types.ts:14
Configuration for a transition animation.
Properties ​
| Property | Type | Defined in |
|---|---|---|
delay | number | packages/core/src/animation/types.ts:18 |
direction | TransitionDirection | packages/core/src/animation/types.ts:19 |
duration | number | packages/core/src/animation/types.ts:15 |
ease | Ease | packages/core/src/animation/types.ts:16 |
loop | TransitionLoopMode | packages/core/src/animation/types.ts:17 |