DynamicSectionsConfig
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#
| Property | Type | Description | Defined in |
|---|---|---|---|
durationMs? | number | Transition length between steps. Default 500. | config/types.ts:448 |
ease? | Ease | Transition ease. Default 'sine.inOut'. | config/types.ts:450 |
initialStep? | number | Step the wheel starts on. Default 0. | config/types.ts:452 |
steps | DynamicStep[] | - | config/types.ts:446 |