0

I have set up mousewheel support like this:

mousewheel: {
    items: 1,
    easing: 'linear',
    duration: 100,
    queue: 'last'
}

The problem is that I would like scrolling by mousewheel to be non-discrete. Atm. the minimum shift when scrolling is by height of an item. I want it to move by pixels continuously.

4

1 回答 1

0

不可能。如果你想要流畅的滚动,答案是使用另一个插件,例如http://manos.malihu.gr/jquery-custom-content-scroller/

于 2013-10-25T14:33:39.573 回答