How to switch vertical and horizontal mouse scroll?
Posted
by tambourine
on Stack Overflow
See other posts from Stack Overflow
or by tambourine
Published on 2010-06-12T21:06:52Z
Indexed on
2010/06/12
21:12 UTC
Read the original article
Hit count: 384
I have website with horizontal layout and i what to make mouse wheel scroll it relative to axis x (not y, like usual).
I use jQuery plugins mousewheel
and scrollTo
, but I can't achieve
soft, natural scroll.
You can look at the example on my test site
© Stack Overflow or respective owner