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.
See it work