vue-concise-slider icon indicating copy to clipboard operation
vue-concise-slider copied to clipboard

鼠标滚轮滑动

Open javacode321 opened this issue 4 years ago • 2 comments

通过鼠标滚轮滑动翻页

javacode321 avatar Jun 10 '20 02:06 javacode321

可以先自己实现下,监听鼠标滚轮事件,调用slider的prenext方法

warpcgd avatar Jun 28 '20 09:06 warpcgd

First of all, thank you for this library and the English version.

Would you be so kind as to show how it's possible to achieve mouse wheel event scrolling so that it only scrolls one item per scroll?

When I implement it, it scrolls very quickly through the whole list and looks bad. It would be nice if it can scroll to then next one and stop, then wait for another wheel event.

Possible?

npearson72 avatar Sep 03 '20 19:09 npearson72