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

Create a boardgame-animatable-item superclass; make status-text be a subclass #714

Open jkomoros opened 5 years ago

jkomoros commented 5 years ago

All items that can animate (that is, fire will-animate and animation-done events) should derive from the same class.

boardgame-component, but also should include status-text and friends.

Originally captured in #396.

jkomoros commented 5 years ago