dragscroll
dragscroll copied to clipboard
micro library for drag-n-drop scrolling style
I have a small touchscreen device and a dedicated 'scrollbar' region on the right. I am not familiar enough with the javascript to figure out how to specify that the...
this class allows to apply custom styling - 'grab' and 'grabbing' cursor for example
I was wondering if anyone had an issue with click event being fired after drag and drop. My container is a huge list of images wrapped with links to a...
Hey, I have some elements that I create with jQuery and since they are created after the page loads, ".dragscroll" doesn't work. Is there a way to reinit the elements?
When I use dragscroll in IE, take the scrollbar to scroll and release mousebutton afterwards, dragscroll is still active. This can be reproduces in the provided example http://asvd.github.io/dragscroll/: - take...
I'm using dragscroll and scroll working only on drag and stops when mouse up.Is it possible to scroll on swipe? something like swipe in [this ]( http://smoothtouchscroll.com/)
Hi, im making Hidden Object Game using yours script and i need help. How to setup image on start in center position? Not top left. And how to disabe refresh...
I am using the dragscroll plugin to be able to explore a bracket that is too wide to fit in its container. I am using the [jquery-bracket](https://github.com/teijo/jquery-bracket) plugin to display...
I used nochilddrag but it not work when I press child element. I look into code that found you don't use closest so I add new attr. I think if...
Hi, I've started to implement momentum scrolling and was wondering if you were interested in that?