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 ..
Post a Comment for "Jquery Jscrollpane - Set Scroll Speed/sensitivity"