CycleOptions
pixi-reels / index / CycleOptions
Interface: CycleOptions
Defined in: spotlight/SymbolSpotlight.ts:20
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
cycles? | number | Number of cycles (-1 for infinite). Default: 1. | - | spotlight/SymbolSpotlight.ts:26 |
dimAmount? | number | Opacity of the dim overlay (0-1). Default: 0.5. | SpotlightOptions.dimAmount | spotlight/SymbolSpotlight.ts:9 |
displayDuration? | number | Milliseconds to display each win line. Default: 2000. | - | spotlight/SymbolSpotlight.ts:22 |
gapDuration? | number | Milliseconds between lines. Default: 300. | - | spotlight/SymbolSpotlight.ts:24 |
playWinAnimation? | boolean | Whether to play win animation on spotlighted symbols. Default: true. | SpotlightOptions.playWinAnimation | spotlight/SymbolSpotlight.ts:11 |
promoteAboveMask? | boolean | Whether to re-parent symbols above the mask. Default: true. | SpotlightOptions.promoteAboveMask | spotlight/SymbolSpotlight.ts:13 |