AUTOREVERSE Attribute | autoReverse Property
This document describes technologies available as an experimental implementation of HTML+TIME within Internet Explorer 5. While we encourage you to evaluate these features and to send us your feedback, please note that these features are subject to change.
Sets or retrieves whether the timeline on an element immediately begins playing in reverse after completing in the forward direction.
Syntax
HTML <ELEMENT STYLE="behavior:url(#default#time);" t:AUTOREVERSE = bReverse... > Scripting object.autoReverse [ = bReverse ]
Possible Values
bReverse Boolean that specifies one of the following values:
true Timeline plays in the forward direction until it completes, then it immediately plays in the reverse direction. false Timeline does not play in the reverse direction after it finishes playing in the forward direction. The property is read/write with a default value of false. This property cannot be modified in script after the onload event fires on the document body.
Remarks
On some systems, this attribute is referred to as "Play forward, then backward."
The prefix t is used to associate this attribute with an XML namespace.
Applies To
[ Object Name ] Platform Version Win16: Win32: Mac: Unix: WinCE: Version data is listed when the mouse hovers over a link, or the link has focus. animation, audio, img, media, par, seq, time, video
See Also
html+time
Did you find this topic useful? Suggestions for other topics? write us!
© 1999 microsoft corporation. all rights reserved. terms of use.