pixi-reels
All questions

How do I move a pin from one cell to another with animation?

await reelSet.movePin({ reel: fromReel, cell: fromCell }, { reel: toReel, cell: toCell }, { duration, easing }) flies the pin to a new cell. Only callable at rest -- it throws while spinning, and it throws if a pin already sits at the destination.

More in Sticky cells & pins