Skip to content

Instantly share code, notes, and snippets.

@c9n
Created March 29, 2017 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c9n/5a369add6448f0785792a142c79a04b1 to your computer and use it in GitHub Desktop.
Save c9n/5a369add6448f0785792a142c79a04b1 to your computer and use it in GitHub Desktop.
wheel Event
var wheelEvt = "onwheel" in document.createElement("div") ? "wheel" :
document.onmousewheel !== undefined ? "mousewheel" :
"DOMMouseScroll";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment