jquery-scroll icon indicating copy to clipboard operation
jquery-scroll copied to clipboard

Mousewheel fixes

Open luzat opened this issue 13 years ago • 1 comments

There seemed to be a typo (compared to jquery.mousewheel.js) which prevented the mousewheel from working correctly. In addition I've increased the mousewheel speed to a more sensible value (closer to what the browser would do) by multiplying the delta with the magic value 6.

luzat avatar Feb 18 '12 16:02 luzat

I should have looked here first. Would have saved me an hour. Your orgEvent fix was the same as mine.

The mouse speed, though, I chose to divide by 40 instead of 120 (in a few places), and not divide by 3 for the other.

wccrawford avatar Mar 16 '12 13:03 wccrawford