Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 597 Bytes

File metadata and controls

27 lines (17 loc) · 597 Bytes
title slug original_slug
Element.onwheel
conflicting/Web/API/Element/wheel_event
Web/API/GlobalEventHandlers/onwheel

{{ ApiRef("DOM") }}

{{ non-standard_header() }}

Sumario

La propiedad onwheel devuelve el código del controlador de eventos onwheel en el elemento actual.

Syntax

element.onwheel = event handling code

Notas

El evento wheel se genera cuando el usuario desplaza el contenido de un elemento.

Ver también

Bug 18542 – el atributo onmousewheel debe ser reemplazado con onwheel