The TimeEvent interface, a part of SVG SMIL animation, provides specific contextual information associated with Time events.
TimeEvent.detail Read onlyA long that specifies some detail information about the Event, depending on the type of the event. For this event type, indicates the repeat number for the animation.
TimeEvent.view Read onlyA WindowProxy that identifies the Window from which the event was generated.
TimeEvent.initTimeEvent()Initializes the value of a TimeEvent created using Document.createEvent().