Searched refs:scrollSpeed (Results 1 – 5 of 5) sorted by relevance
/plugin/s5reloaded/ui/effects_support/ |
H A D | dragdrop.js | 250 scrollSpeed: 15, property in AnonymousFunctioneab5d76a0c00.defaults 508 this.scrollSpeed = [speed[0]*this.options.scrollSpeed,speed[1]*this.options.scrollSpeed]; 519 if (this.scrollSpeed[0] || this.scrollSpeed[1]) { 521 this.options.scroll.scrollTo( left + d*this.scrollSpeed[0], top + d*this.scrollSpeed[1] ); 525 this.options.scroll.scrollLeft += this.scrollSpeed[0] * delta / 1000; 526 this.options.scroll.scrollTop += this.scrollSpeed[1] * delta / 1000; 534 Draggables._lastScrollPointer[0] += this.scrollSpeed[0] * delta / 1000; 535 Draggables._lastScrollPointer[1] += this.scrollSpeed[1] * delta / 1000; 643 scrollSpeed: 15, 663 scrollSpeed: options.scrollSpeed, property in Sortable.create.options_for_draggable
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 6286 this.scrollSpeed = 200; // pixels per second, at maximum speed 6536 topVel = topCloseness * this.scrollSpeed * -1; // negative. for scrolling up 6539 topVel = bottomCloseness * this.scrollSpeed; 6543 leftVel = leftCloseness * this.scrollSpeed * -1; // negative. for scrolling left 6546 leftVel = rightCloseness * this.scrollSpeed;
|
/plugin/aceeditor/ |
H A D | build.js | 1 …scrollSpeed:{initialValue:2},dragDelay:{initialValue:150},focusTimout:{initialValue:0}}),t.MouseHa…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 15167 scrollSpeed = 50; 15219 interval = setInterval(tick, speed || scrollSpeed);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js.map | 1 …scrollSpeed","isMove","delayTimeout","startPos","started","eventPos","isDisplayed","isScrollState"…
|