Get a consistent animation start on your tile on swap

Had some randomized result of the animation start point when swapping a tile. I found a nice little workaround to fix that issue. Just immediatly call play on it afterwards. Hope it helps some people!

Example:

swap "theTileId"
play "theTileId"
6 Likes

NICE!
i needed this.