pixi-reels
All questions

How do I abort a spin that is already in flight?

Pass an AbortSignal via spin({ signal }) and call controller.abort(); the spin promise rejects with an AbortError.

More in Spinning, speed & stopping