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.