This commit is contained in:
Peter Cottle 2013-10-26 11:39:29 -07:00
parent 48f59ffc80
commit 67d2352fa2
2 changed files with 5 additions and 2 deletions

View file

@ -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);