Click to return to the DHTML, HTML     
ACCELERATE Attribute | ac...     availHeight Property     Default Behaviors Referen...    
Web Workshop  |  DHTML, HTML & CSS

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 ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
animation, audio, img, media, par, seq, time, video

See Also

HTML+TIME


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.