pixi-reels
All questions

How do I hold some reels still while the others spin?

Pass reelSet.spin({ holdReels: [0, 4] }). Held reels skip START / SPIN / STOP entirely, do not move, and count as already-landed for the all-landed resolver.

More in Spinning, speed & stopping