scroller
scroller copied to clipboard
Use mousewheel to scroll
Hello,
I might be missing something here but is it possible to use the mousewheel event to control the scrolling rather than the zooming?
I've read through the documentation a few times but I can't seem to find this mentioned anywhere.
Many thanks in advance for your help.
@negatron did you ever find a solution to this?
Initial hackport of ftscroller’s mousewheel handling to this.
Just replace ui.js in the demo with this file to see it in action. https://gist.github.com/iamdustan/158f4c7a6c28434f3192#file-ui-js-L145-L230