--- title: Element.onwheel slug: Web/API/GlobalEventHandlers/onwheel tags: - API - DOM - Gecko - Propiedad - Referencia translation_of: Web/API/GlobalEventHandlers/onwheel original_slug: Web/API/Element/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