boxart / boxart-boiler

A boilerplate for Responsive DOM based Open Web Games.
MIT License
13 stars 4 forks source link

Add AnimatedPreview tool #101

Closed mzgoddard closed 8 years ago

mzgoddard commented 8 years ago

AnimatedPreview adds the concepts of armatures and clips to animate them. Armatures are DOM hierarchies (that can be maintained by React) with named elements that animation clips animate. As of this changeset AnimatedPreview holds ClipPlayer and ClipPreviewPlayer (a subclass used in AnimatedPreview). These classes will shortly go upstream to BoxArt.

Closes #86

kadamwhite commented 8 years ago

@mzgoddard can you detail how I would test this?

mzgoddard commented 8 years ago

The previewer atm is used from http://localhost:8080/animated-preview.html