TimeEvent: detail property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The TimeEvent.detail read-only property provides contextual information about the event, depending on the event type.
For repeatEvent events, detail contains the current repeat iteration as a non-negative integer. Because the event is not raised for the first iteration, the value will always be 1 or greater.
For beginEvent and endEvent events, detail is always 0.
Value
A long.
Specifications
| Specification |
|---|
| SVG Animations Level 2> # __svg__TimeEvent__detail> |