pixi-reels
All questions

How do I make the reels stop left to right?

reelSet.setDropOrder('ltr') -- also 'rtl', 'all', a per-reel delay array, or null to clear -- sets the stop order. The gap defaults to max(profile.stopDelay, 150) ms, so on Turbo it is 150 rather than the profile's own value; pass a second argument, setDropOrder('ltr', 90), to override. The setting is sticky across spin() and refill() until you change it.

More in Spinning, speed & stopping