Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

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.

 

Document Tags and Contributors

 Contributors to this page: jswisher, Tenro, fscholz, rabimba
 Last updated by: jswisher,