TimeEvent

Extends Event.

Properties
long
detail
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.
AbstractView
view
The view attribute identifies the AbstractView [DOM2VIEWS] from which the event was generated.
Operations
void
initTimeEvent(DOMString typeArg, AbstractView viewArg, long detailArg)
The initTimeEvent method is used to initialize the value of a TimeEvent created through the DocumentEvent interface. This method may only be called before the TimeEvent has been dispatched via the dispatchEvent method, though it may be called multiple times during that phase if necessary.

 

License

© 2016 Mozilla Contributors
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-us/docs/web/api/timeevent

API Interface NeedsMarkupWork SVG