vue-concise-slider
vue-concise-slider copied to clipboard
鼠标滚轮滑动
通过鼠标滚轮滑动翻页
可以先自己实现下,监听鼠标滚轮事件,调用slider的pre
和next
方法
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?