Skip to content Skip to sidebar Skip to footer

Jquery Jscrollpane - Set Scroll Speed/sensitivity

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 s

Solution 1:

try out this one to:

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

the wheelspeed does not work at my page ..

Solution 2:

Post a Comment for "Jquery Jscrollpane - Set Scroll Speed/sensitivity"