padefla / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

[Timeline Enhancement] Scroll the Band left / right one view #395

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

Timeline._Band.prototype.scrollPrev = function() {
    this._autoScroll(this._timeline.getPixelLength());
}

Timeline._Band.prototype.scrollNext = function() {
    this._autoScroll(-this._timeline.getPixelLength());
}

greetings André

Original issue reported on code.google.com by a.fied...@oe-konzept.de on 2 Sep 2010 at 10:11

GoogleCodeExporter commented 8 years ago

Original comment by ryan...@csail.mit.edu on 23 Jun 2011 at 9:46