mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
git demonstration view done pretty much, whatabitch
This commit is contained in:
parent
3d02036a54
commit
b34422d648
9 changed files with 446 additions and 231 deletions
|
@ -94,7 +94,7 @@ var Visualization = Backbone.View.extend({
|
|||
this.shown = false;
|
||||
}
|
||||
|
||||
$(this.paper.canvas).css('opacity', 0);
|
||||
$(this.paper.canvas).css('opacity', level);
|
||||
},
|
||||
|
||||
getAnimationTime: function() { return 300; },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue