Skip to content

Documentation / @ripl/core / TransitionOptions

Interface: TransitionOptions

Defined in: packages/core/src/animation/types.ts:14

Configuration for a transition animation.

Properties

PropertyTypeDescriptionDefined in
delaynumberThe delay before the transition starts, in milliseconds.packages/core/src/animation/types.ts:22
directionTransitionDirectionThe playback direction of the transition.packages/core/src/animation/types.ts:24
durationnumberThe transition's duration in milliseconds.packages/core/src/animation/types.ts:16
easeEaseThe easing function applied to the transition's progress.packages/core/src/animation/types.ts:18
loopTransitionLoopModeWhether and how the transition loops once complete.packages/core/src/animation/types.ts:20