This page is In Progress

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

scroll

Overview Table

Synchronous No
Bubbles No
Target dom/Element
Cancelable No
Default action ?
## Notes

Remarks

The onscroll event occurs when a document view is being moved through a direct user interaction or any change in the currentTranslate property that is available on the svg element. This event applies only to the outermost svg element and is dispatched after the movement has taken place.

The contents of an object scroll until new portions of the object become visible. To invoke this event, do one of the following:

  • The user shifts the document view.

Syntax

Standards information

Event handler parameters

pEvt [in]
Type: IDOMUIEventThe IDOMEvent object.

See also

Related pages

Attributions