最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Jquery JScrollPane - Set scroll speedsensitivity - Stack Overflow

programmeradmin5浏览0评论

I have a relatively simple question, I just can't find the solution for it anywhere.

Does anyone know, how to initialize the JScrollPane plugin (plugin website), with a bit more sensitive scroll speed? The default speed is just too slow and sluggish, especially on higher resolution monitors.

Example initialization:

 $('#element').jScrollPane();

I have a relatively simple question, I just can't find the solution for it anywhere.

Does anyone know, how to initialize the JScrollPane plugin (plugin website), with a bit more sensitive scroll speed? The default speed is just too slow and sluggish, especially on higher resolution monitors.

Example initialization:

 $('#element').jScrollPane();
Share Improve this question edited Jul 6, 2012 at 16:11 gabaum10 asked Jul 6, 2012 at 16:08 gabaum10gabaum10 3,8274 gold badges49 silver badges89 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 7

try out this one to:

$('.ym-col3').jScrollPane({ showArrows: true, mouseWheelSpeed: 60 });

the wheelspeed does not work at my page ..

You are searching for wheelSpeed (default is 18)

$('#element').jScrollPane({wheelSpeed: 50});
发布评论

评论列表(0)

  1. 暂无评论