From 47f4c21b78fa63a8316acad771c2f8f6f24db0fc Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Sun, 29 Jun 2014 16:51:14 -0700 Subject: [PATCH] Fix tree positioning --- src/js/views/gitDemonstrationView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/views/gitDemonstrationView.js b/src/js/views/gitDemonstrationView.js index 807c8bea..28d295b9 100644 --- a/src/js/views/gitDemonstrationView.js +++ b/src/js/views/gitDemonstrationView.js @@ -211,7 +211,7 @@ var GitDemonstrationView = ContainedBase.extend({ this.mainVis.setTreeIndex(300); this.mainVis.showHarsh(); } - }, this), this.getAnimationTime() * 1); + }, this), this.getAnimationTime() * 1.5); } this.shown = true;