comeon keep going

This commit is contained in:
Peter Cottle 2013-01-04 15:24:11 -08:00
parent 0358291e6f
commit 9bb6b5c2d9
6 changed files with 108 additions and 91 deletions

View file

@ -87,27 +87,6 @@ var Visualization = Backbone.View.extend({
$(this.paper.canvas).css('opacity', 0);
},
harshSlideChange: function(value) {
},
slideOut: function() {
this.toggleSlide(true);
},
slideIn: function() {
this.toggleSlide(false);
},
toggleSlide: function(value) {
if (!this.containerElement) {
console.warn('cant slide with absolute positioning');
return;
}
// no classes on svg :-/
$(this.containerElement).toggleClass('slideOut', value);
},
getAnimationTime: function() { return 300; },
fadeTreeIn: function() {