-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click and drag to scroll #288
Comments
Working for me. Dragging is not right, but it works. Do you have any errors in the console? While testing on the demo page i found that |
Thank you! That did it. It scrolled fast at first but I noticed there was a "* 3" in the code so changing it to *1 made the scrolling work like I want it to. Great!
|
Awesome! |
I want to be able to click and drag to scroll horizontally. I tried to add a listener with some code I found but it's not firing. Any suggestions?
This is the code I tried:
The text was updated successfully, but these errors were encountered: