MCPcopy Index your code
hub / github.com/SortableJS/Sortable / scrollBy

Function scrollBy

Sortable.js:497–500  ·  view source on GitHub ↗
(el, x, y)

Source from the content-addressed store, hash-verified

495 _throttleTimeout = void 0;
496 }
497 function scrollBy(el, x, y) {
498 el.scrollLeft += x;
499 el.scrollTop += y;
500 }
501 function clone(el) {
502 var Polymer = window.Polymer;
503 var $ = window.jQuery || window.Zepto;

Callers 2

AutoScroll.jsFile · 0.90
Sortable.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…