Browse Source

Update readme with 'keepOriginalScroll' option

pull/1266/head
Noel Heesen 7 years ago
parent
commit
afd5854069
  1. 1
      README.md

1
README.md

@ -101,6 +101,7 @@ var sortable = new Sortable(el, {
fallbackTolerance: 0, // Specify in pixels how far the mouse should move before it's considered as a drag. fallbackTolerance: 0, // Specify in pixels how far the mouse should move before it's considered as a drag.
scroll: true, // or HTMLElement scroll: true, // or HTMLElement
keepOriginalScroll: false // use only with scrollFn. Also keep the original scroll behavior alongside the scrollFn
scrollFn: function(offsetX, offsetY, originalEvent, touchEvt, hoverTargetEl) { ... }, // if you have custom scrollbar scrollFn may be used for autoscrolling scrollFn: function(offsetX, offsetY, originalEvent, touchEvt, hoverTargetEl) { ... }, // if you have custom scrollbar scrollFn may be used for autoscrolling
scrollSensitivity: 30, // px, how near the mouse must be to an edge to start scrolling. scrollSensitivity: 30, // px, how near the mouse must be to an edge to start scrolling.
scrollSpeed: 10, // px scrollSpeed: 10, // px

Loading…
Cancel
Save