jQuery-slimScroll
jQuery-slimScroll copied to clipboard
Unwanted scroll vertically when scroll horizontally.
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
Great idea. I'll add a delta threshold to make scrolling along both axes smoother.