Page 1 of 1

Zone Animation on Setup

Posted: 24 December 2024, 01:02
by TiiFuchs
Hi,

I'm using a https://en.doc.boardgamearena.com/Zone to show a bunch of game pieces and another zone to display a stack of cards as a draw pile.

Since the draw pile consists of a few items with the back of the cards and every player starts with 5 pieces, I add those in the setup() method in my frontend.

But everytime you reload the page, the placeInZone() method animates the cards and pieces from the bottom left into position.
I don't like this animation, as it seems glitchy, and I thought I even read somewhere that animations should be deactivated on setup.
I can't find any hint on how to deactivate this animation on the placeInZone method of a Zone.

Any tips for me?