'wheelDelta' Syntax and Note : wheelDelta « Javascript Properties « JavaScript Reference

'wheelDelta' Syntax and Note

Note:

Read-only property. 
Returns a value of 
   120  if the mouse wheel is rotated up 
   -120 if it is rotated down.
    
Syntax:
    
window.event.wheelDelta

    

      
      








Related examples in the same category

1.'wheelDelta' Example
2.'wheelDelta' is applied to