Sets or retrieves whether an element remains active if its timeline ends before the timeline on its parent element ends.
Syntax
HTML <ELEMENT STYLE="behavior:url(#default#time);" 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 with a default value of false. This property cannot be modified in script after the onload event fires on the document body.
Remarks
This property does not affect the defined duration (DUR) of the timeline, nor the timeline's defined END time. However, the 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 ENDHOLD attribute defines whether the element displays during the five-second interval (seconds 11 through 15) after the timeline ends.
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, ENDEVENT