javascript - Invert scrolling direction in browser -
i tried using onwheel-event this:
event.preventdefault(); $('#mydiv').scrolltop -= event.deltay; but there 2 issues code:
- it works in chrome in firefox scrolling unnatural (as far know firefox use smooth scrolling default , code breaks it)
- i want invert scrolling not mouse keyboard
added: not similar the question because want scrollbar move opposite direction.
Comments
Post a Comment