t:ENDHOLD Attribute | endHold Property?deprecated) | Internet Development Index |
Sets or retrieves whether an element remains active if its timeline ends before the timeline on its parent element ends.
Syntax
XML <ELEMENT t:ENDHOLD = bHold... > Scripting object.endHold [ = bHold ]
Possible Values
bHold Boolean that specifies one of the following values:
true Element is frozen at the end of its local timeline. This last snapshot of the element displays until the end of the element's parent timeline is reached. false Element is not held until the end of the parent timeline is reached. The property is read/write. The property has no default value.
Remarks
This property is deprecated. For similar functionality, refer to the fill property available with the time2 behavior.
This property does not affect the defined duration (t:DUR) of the timeline, nor the timeline's defined t:END time. However, the t:ENDHOLD attribute does affect the display of the element between the end of the element's timeline and the end of the parent element's timeline. For example, suppose an element has an end value of 10 seconds and its parent element has an end value of 15 seconds. In this case, the t:ENDHOLD attribute defines whether the element displays during the five-second interval (seconds 11 through 15) after the timeline ends.
The t: prefix is used to associate this attribute with an XML namespace.
Standards Information
This property is defined in HTML+TIME (Timed Interactive Multimedia Extensions) 1.0 .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO
See Also
Introduction to HTML+TIME, t:ENDEVENT