javascript - Invert scrolling direction in browser -


i tried using onwheel-event this:

event.preventdefault(); $('#mydiv').scrolltop -= event.deltay; 

but there 2 issues code:

  1. it works in chrome in firefox scrolling unnatural (as far know firefox use smooth scrolling default , code breaks it)
  2. i want invert scrolling not mouse keyboard

added: not similar the question because want scrollbar move opposite direction.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

methods - python can't use function in submodule -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -