IdleConfig
pixi-wheels / index / IdleConfig
Interface: IdleConfig
Defined in: config/types.ts:281
Slow rotation while nothing is happening, so a wheel parked beside the reels reads as live.
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
autoStart? | boolean | Start idling as soon as the wheel is built. Default false. | config/types.ts:287 |
direction? | SpinDirection | Idle direction. Default the ring’s spin direction. | config/types.ts:285 |
rampMs? | number | Ramp to / from the idle speed. Default 600. | config/types.ts:289 |
speed | number | Idle speed in deg/s. 12 is one turn every 30 seconds. | config/types.ts:283 |