Stops the element on the timeline.
Syntax
object.endElement()
Return Value
No return value.
Remarks
This method applies the same action as if the element's end time is reached on the local timeline, or the element's duration (dur) has expired. All time children elements are notified and aligned correctly to the local timeline. In addition, the endElement method fires the onend event.
Applies To
animation, audio, img, media, par, seq, time, video
See Also
beginElement