TimeEvent
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The TimeEvent interface, a part of SVG SMIL animation, provides specific contextual information associated with Time events.
Instance properties
TimeEvent.detailRead only-
A
longthat 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.viewRead only-
A WindowProxy that identifies the Window from which the event was generated.
Instance methods
TimeEvent.initTimeEvent()-
Initializes the value of a
TimeEventcreated usingDocument.createEvent().
Specifications
| Specification |
|---|
| SVG Animations Level 2> # InterfaceTimeEvent> |