SettleMode
pixi-wheels / index / SettleMode
Type Alias: SettleMode
type SettleMode = "none" | "center" | "bounce";
Defined in: config/types.ts:148
What the wheel does once the pointer has reached the landing angle.
'none': stays exactly where it landed.'center': afterdelayMs, glides to the middle of the section overdurationMs. The “land anywhere, then present the prize centred” beat.'bounce': overshoots bybounceDegand springs back to the landing angle. A mechanical-stop feel.