Fires when the timeline stops on an element.
Syntax
Inline HTML <ELEMENT onend = "handler" ... > All platforms Event property object.onend = handler JScript (compatible with ECMA 262 language specification) only Named script <SCRIPT FOR = object EVENT = onend > Internet Explorer only
Remarks
Bubbles No Cancels No To invoke Set the element's end time. The value of the element's end time, which can depend on other elements, determines when the event actually fires. Default action Calls the associated event handler. This event also fires for the element when the endElement method is invoked on it, or in response to other dependencies created by the ENDEVENT attribute. If the element timeline is set to repeat, this event fires only once after all repetitions are complete. The timing of this event is not affected by the ENDHOLD attribute. If the ENDHOLD attribute is set to true for the element, this event fires when the parent element's timeline completes.
Event Object Properties
Although event handlers in the Dynamic HTML (DHTML) Object Model do not directly receive parameters, the handler can query the event object for data. For a list of properties of the event object relevant to an onend event handler, click the following link.
srcElement Retrieves the object that fired the event. type Retrieves the event name from the event object.
Applies To
animation, audio, img, media, par, seq, time, video
See Also
onbegin