jQuery-slimScroll icon indicating copy to clipboard operation
jQuery-slimScroll copied to clipboard

Unwanted scroll vertically when scroll horizontally.

Open subash1 opened this issue 7 years ago • 1 comments

while scroll horizontally using touchpad the vertical scroll also occur for some amount. as i know touchpad send the YDelta too, even though my motive is scroll to X direction. probably its the multitouch behaviour. but some how browser native scroll bar handle this nicely. can we have some delta range to start the scroll? any how you are the master, please do something master, its weird.

forgot to mention. nice work buddy. i really expected this feature on slim scroll

Update

if(hasHorizontalScrollbar && x && !isWheel && !isJump && Math.abs(y) < 25){ return; }

this check looks little bit fine

subash1 avatar Mar 14 '17 18:03 subash1

Great idea. I'll add a delta threshold to make scrolling along both axes smoother.

lanre-ade avatar Mar 20 '17 16:03 lanre-ade