dragscroll
dragscroll copied to clipboard
micro library for drag-n-drop scrolling style
Hi, Seems like a range slider placed within dragscroll is not working. E.g. for the code below the slider just freezes and you can't change the value: ``` ``` Thank...
Adds support for mobile.
Searching for an answer I read this issue : #4 So what I am trying to do is reactivate the dragscoll after using `reset()` I tried to rename the className,...
Now you can add a nodrag attribute on an element that you want to no drag anymore. It is more powerful that nochilddrag, for example when you use a library...
[Scroll Snapping spec](https://www.w3.org/TR/css-scroll-snap-1/) it's quite a new spec but has been around in some form for a while now. If you have e.g. `scroll-snap-type: x mandatory;` it will cause the...
It would be great to have a `on('dragstart', function(){..})` event so when user is dragging you can change cursor pointer to `grabbing` for example.
Hi, Any way can exclude action elements such as input fields, buttons, etc...? Will be great if implement options or api to use.
Is there a setting to only drag across a set axis? In this case I only want it to drag horizontally. I have a subnav with padding and margin that...
Excellent Library - Thanks! Our users want to be able to select text within the dragscroll area. So I modified your code to verify the user pressed the left-button, and...
I have a table inside the div and dragscroll does not work. I am loading the dragscroll.js using require JS