pixi-wheels

DynamicSectionsConfig

pixi-wheels


pixi-wheels / index / DynamicSectionsConfig

Interface: DynamicSectionsConfig

Defined in: config/types.ts:445

A named set of dynamic steps plus how the wheel moves between them.

Properties#

PropertyTypeDescriptionDefined in
durationMs?numberTransition length between steps. Default 500.config/types.ts:448
ease?EaseTransition ease. Default 'sine.inOut'.config/types.ts:450
initialStep?numberStep the wheel starts on. Default 0.config/types.ts:452
stepsDynamicStep[]-config/types.ts:446