mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
details
This commit is contained in:
parent
48f59ffc80
commit
67d2352fa2
2 changed files with 5 additions and 2 deletions
|
@ -151,6 +151,9 @@ var Visualization = Backbone.View.extend({
|
|||
|
||||
fadeTreeIn: function() {
|
||||
this.shown = true;
|
||||
if (!this.paper.canvas) {
|
||||
return;
|
||||
}
|
||||
$(this.paper.canvas).animate({opacity: 1}, this.getAnimationTime());
|
||||
|
||||
this.originToo('fadeTreeIn', arguments);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue