pause Method (deprecated)

This page documents a feature of HTML+TIME 1.0, which was released in Microsoft® Internet Explorer 5. We recommend that you migrate your content to the latest version of HTML+TIME, which implements the SMIL 2.0 Working Draft. See the Introduction to HTML+TIME overview for more information.

Pauses the timeline on the HTML document.

Syntax

BODY.pause()

Return Value

No return value.

Remarks

This method is deprecated. For similar functionality, refer to the pauseElement method available with the time2 behavior.

Only the BODY element supports the pause method. When this method is invoked, the onpause event occurs.

Applies To

BODY

See Also

resume, Introduction to HTML+TIME