jkomoros / boardgame

An in-progress framework in golang to easily build boardgame Progressive Web Apps
Apache License 2.0
31 stars 4 forks source link

Animatable items should have a `wait-for-animation` attribute #716

Open jkomoros opened 5 years ago

jkomoros commented 5 years ago

Originally captured in #396.

Should be on boardgame-animatable-item, so relies on #714

This is whether or not when transitions happen we should wait to install the next state until after the naimation is done. For boardgame-component the default is true, but for status-text and others it's false by default.

But can be overridden.

jkomoros commented 5 years ago