AnticipationSlowdown
pixi-reels
pixi-reels / index / AnticipationSlowdown
Interface: AnticipationSlowdown
Defined in: config/types.ts:88
Progressive slow-down across the tease sequence. Values interpolate linearly
across tease-order (first anticipation reel → last), so each successive reel
decelerates deeper and/or holds longer than the one before it. This is what
turns a flat “everyone drops to 30%” tease into an escalating “each reel
crawls slower than the last” build-up.
Properties
| Property | Type | Description | Defined in |
|---|
from? | number | Speed multiplier (fraction of spin speed) the FIRST tease reel slows to. Default 0.3. | config/types.ts:90 |
holdFrom? | number | Hold-duration multiplier for the FIRST tease reel (scales anticipationDelay). Default 1. | config/types.ts:94 |
holdTo? | number | Hold-duration multiplier for the LAST tease reel. Default = holdFrom. >1 = later reels hold longer. | config/types.ts:96 |
to? | number | Speed multiplier the LAST tease reel slows to. Default = from (flat). Lower = slower/more tension. | config/types.ts:92 |