BOOM commit birthing animation done and animation factory fleshed out

This commit is contained in:
Peter Cottle 2012-09-29 19:08:13 -07:00
parent bc4b9246eb
commit 23ee6944e2
6 changed files with 106 additions and 20 deletions

View file

@ -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();