snapshots done

This commit is contained in:
Peter Cottle 2012-09-30 15:55:46 -07:00
parent b22f439a43
commit b106e22ac3
3 changed files with 102 additions and 39 deletions

View file

@ -46,6 +46,7 @@ AnimationFactory.prototype.genCommitBirthAnimationInSequence = function(animatio
var time = GRAPHICS.defaultAnimationTime * 1.0;
var bounceTime = time * 2.0;
var toHide = commits.slice(index + 1);
var visNode = commits[index].get('visNode');