mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
BOOM commit birthing animation done and animation factory fleshed out
This commit is contained in:
parent
bc4b9246eb
commit
23ee6944e2
6 changed files with 106 additions and 20 deletions
|
@ -8,10 +8,13 @@ var gitVisuals = null;
|
|||
|
||||
var commandCollection = null;
|
||||
var commandBuffer = null;
|
||||
var animationFactory = null;
|
||||
|
||||
var paper = null;
|
||||
|
||||
$(document).ready(function(){
|
||||
animationFactory = new AnimationFactory();
|
||||
|
||||
// the two major collections that affect everything
|
||||
var commitCollection = new CommitCollection();
|
||||
commandCollection = new CommandCollection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue