boom! wrestled backbone into supporting animations

This commit is contained in:
Peter Cottle 2012-09-15 16:18:38 -07:00
parent b7f6bfff5a
commit dbd7913803
6 changed files with 86 additions and 20 deletions

View file

@ -7,9 +7,10 @@ var constants = {
baseMass: 1,
};
var time = {
edgeAddInterval: 200,
breathePeriod: 0.3
var TIME = {
betweenCommandsDelay: 400,
commandShow: 300,
reflowGuess: 100
};
/**