You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scroll:true, // Enable the plugin. Can be HTMLElement.
29
-
forceAutoscrollFallback:false, // force autoscroll plugin to enable even when native browser autoscroll is available
29
+
forceAutoScrollFallback:false, // force autoscroll plugin to enable even when native browser autoscroll is available
30
30
scrollFn:function(offsetX, offsetY, originalEvent, touchEvt, hoverTargetEl) { ... }, // if you have custom scrollbar scrollFn may be used for autoscrolling
31
31
scrollSensitivity:30, // px, how near the mouse must be to an edge to start scrolling.
0 commit comments