mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
PR #166 fix animating shadow thing
This commit is contained in:
parent
046e619a48
commit
6bdbb09d5a
2 changed files with 3 additions and 2 deletions
|
@ -923,7 +923,7 @@ var CanvasTerminalHolder = BaseView.extend({
|
|||
this.$terminal.animate({
|
||||
height: size.height,
|
||||
opacity: 1
|
||||
}, this.getAnimationTime(), function () {
|
||||
}, this.getAnimationTime(), function() {
|
||||
self.recalcLayout();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue