mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-12 23:54:27 +02:00
boom! wrestled backbone into supporting animations
This commit is contained in:
parent
b7f6bfff5a
commit
dbd7913803
6 changed files with 86 additions and 20 deletions
|
@ -7,9 +7,10 @@ var constants = {
|
|||
baseMass: 1,
|
||||
};
|
||||
|
||||
var time = {
|
||||
edgeAddInterval: 200,
|
||||
breathePeriod: 0.3
|
||||
var TIME = {
|
||||
betweenCommandsDelay: 400,
|
||||
commandShow: 300,
|
||||
reflowGuess: 100
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue