Javascript Detect Rolling Wheel

element.onscroll = function() {
  // Code here
}
TC5550