Commit Graph

3 Commits

Author SHA1 Message Date
Amadeus Demarzi 61536cb1f8 Attach Chainable timers to Engine render loop
Previous to this commit, the Chainable class which is responsible for
iterating on the sequence of events in the intro Terraform animation,
was using setTimeout and thus could result in very messed up race
conditions when triggering physics changes.

This commit attaches the .wait timers to the Engine.render loop which
should enable everything to stay in sync.
2015-02-06 15:28:26 -08:00
Seth Vargo 0474da5507 Remove unused CSS and Javascript 2014-10-21 23:20:16 -04:00
Seth Vargo 7cde76abae Update to middleman-hashicorp 2014-10-13 12:44:38 -04:00