mzubala / jquery-custom-scrollbar

189 stars 102 forks source link

Increasing scroll speed #3

Closed sachingupta006 closed 11 years ago

sachingupta006 commented 11 years ago

Is there a way by which I can play around with the scroll speed, the default one is too slow.

mzubala commented 11 years ago

There are multiple ways of scrolling: mouse drag, mouse wheel, keyboard, touch. Which one is too slow? Do you mean any particular device?

sachingupta006 commented 11 years ago

I am checking it on my laptop, there seems to be no handler where I can define the scroll speed.

mzubala commented 11 years ago

But are you using keyboard, touchpad or regular mouse drag or mouse wheel?

RicardoStrobel commented 11 years ago

mousewheel and trackpad are slow

mzubala commented 11 years ago

I added two new config params: swipeSpeed and wheelSpeed. You can use them to adjust touch and mouse wheel scrolling speed.