t:AUTOREVERSE Attribute | autoReverse Property?deprecated)

Internet Development Index

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.

Sets or retrieves whether the timeline on an element immediately begins playing in reverse after completing in the forward direction.

Syntax

XML<ELEMENT t:AUTOREVERSE = bReverse... >
Scriptingobject.autoReverse [ = bReverse ]

Possible Values

bReverse Boolean that specifies or receives one of the following values:
trueTimeline plays in the forward direction until it completes, then it immediately plays in the reverse direction.
falseDefault. Timeline does not play in the reverse direction after it finishes playing in the forward direction.

The property is read/write. The property has a default value of false.

Remarks

On some systems, this attribute is referred to as "Play forward, then backward." The property cannot be modified in script after the onload event fires on the document body.

Setting autoReverse to true on a video element results in the element being frozen on the frame where the reverse occurred, that is, the last frame that played.

Audio files do not play in reverse, they simply end.

Standards Information

This property is a Microsoft extension to HTML+TIME (Timed Interactive Multimedia Extensions) Non-Microsoft link.

Applies To

t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO

See Also

Introduction to HTML+TIME