Horizontal mouse wheel scrolling? #355
-
Not an issue, but just wanted to ask if this plugin supports horizontal scroll with mouse wheel? Or any examples on how to implement this. Thanks for a great plugin. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments
-
Horizontal scrolling is supported in most environments. If you can't do so, it means the input of your mouse wheel is not standard thus we are not able to get You can refer to this module to see how it handles wheel event. |
Beta Was this translation helpful? Give feedback.
-
@idiotWu Alright, but I am not able to do something like this http://paack.fr/ out of the box? |
Beta Was this translation helpful? Give feedback.
-
Ah, I took a look at the minified source code and found something interesting: void (void 0 === window.SCROLL_DIRECTION || "vertical" === window.SCROLL_DIRECTION ? t.__addMovement(a, l, !0) : t.__addMovement(l, a, !0))) It seems that the author modified the wheel event handler in lib/events/wheel.js. |
Beta Was this translation helpful? Give feedback.
-
@jesperlandberg I have the same question, did you resolve with some tricks? |
Beta Was this translation helpful? Give feedback.
-
Nope, By the same reason u didn't. Would be nice to see an option for this tho=) |
Beta Was this translation helpful? Give feedback.
-
@jesperlandberg @sndrgb well I think it's VERY weird to perform a horizontal scrolling while I scroll the wheel vertically, I'm afraid there's not going to be an option for that :( I would suggest you make your own fork and use it. |
Beta Was this translation helpful? Give feedback.
-
Just thinking about adding a |
Beta Was this translation helpful? Give feedback.
-
Hey there! 8.0.0 is out! Any feedback would be greatly appreciated 🙌 . |
Beta Was this translation helpful? Give feedback.
-
Just dropping the solution that helped me do horizontal scroll here for the future : |
Beta Was this translation helpful? Give feedback.
Just dropping the solution that helped me do horizontal scroll here for the future :
https://codepen.io/idiotWu/pen/KJNYye