pixi-wheels

IdleConfig

pixi-wheels


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#

PropertyTypeDescriptionDefined in
autoStart?booleanStart idling as soon as the wheel is built. Default false.config/types.ts:287
direction?SpinDirectionIdle direction. Default the ring’s spin direction.config/types.ts:285
rampMs?numberRamp to / from the idle speed. Default 600.config/types.ts:289
speednumberIdle speed in deg/s. 12 is one turn every 30 seconds.config/types.ts:283