1

I'm using http://jscrollpane.kelvinluck.com/ to make a custom scrollbar for a part of my website and I was wondering if it's possible to change the scrollspeed of the mousewheel.

I don't know if it's any use, but jscrollpane uses this plugin to enable mouse scrolling; http://jscrollpane.kelvinluck.com/script/jquery.mousewheel.js

Thanks in advance!

4

1 回答 1

4

使用mouseWheelSpeedjscrollpane 提供的选项。

$('.scroll-pane').jScrollPane({
    mouseWheelSpeed: 50
});

参考:http: //jscrollpane.kelvinluck.com/settings.html

于 2013-05-20T17:06:47.003 回答