Building blocks
Idle spin
.idle({ speed: 14, direction: 'cw', autoStart: true, rampMs: 800 })
wheel.idle.start(); // or start({ speed }) without builder config
wheel.idle.stop(); // ramps down
spin()from idle ramps from the idle speed;spin:startreportsfromIdle: true.- Idle resumes on its own after the spin completes while
idle.start()is in effect. idle:startandidle:stopevents bracket it.
Placement is yours: scale the wheel down and park it in a corner, then tween it over the reels for the feature. The side wheel recipe shows the whole move.