search for: scrollinterval

Displaying 1 result from an estimated 1 matches for "scrollinterval".

2006 Jan 30
0
Draggable with auto-scroll
...gging) this.startDrag(event); Position.prepare(); Droppables.show(pointer, this.element); Draggables.notify(''onDrag'', this, event); this.draw(pointer); if(this.options.change) this.options.change(this); if(this.options.scroll) { //if(this.scrollInterval) this.scroll(); this.stopScrolling(); //var p = Position.page(this.options.scroll); var p = Position.cumulativeOffset(this.options.scroll); //p[0] += this.options.scroll.scrollLeft; //p[1] += this.options.scroll.scrollTop; p.push(p[0]+this.options.scroll.of...