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
animation, audio, img, media, par, seq, time, video
See Also
HTML+TIME