SkipMode
pixi-reels / index / SkipMode
Type Alias: SkipMode
type SkipMode = "slam" | "quicken";
Defined in: config/types.ts:96
What a skip press does to the reels it frees.
'slam'(the default): place each freed reel on its result frame and land it in the same tick. The cut.'quicken': ask each freed reel for its landing sooner without changing what the landing looks like. A tease ends, a stop delay is cut, the spin-out and bounce still play. A phase that does not know how to be quickened runs its course, so the reel still lands.
Which reels a press frees (tease protection, 'stepwise', reel groups) is
the same in both modes; only what freeing means differs.