elapsedTime
Summary
The amount of time the transition has been running, in seconds.
Property of dom/TransitionEventdom/TransitionEvent
Syntax
Note: This property is read-only.
var result = object.elapsedTime;
Return Value
Returns an object of type NumberNumber
Type: Floating-point
The amount of time the transition has been running, in seconds, when this event fired.
Examples
MSDN hands-on CSS3 Animations wizard.
Notes
Remarks
Note This value is not affected by the value of transition-delay.
Syntax
Attributions
Mozilla Developer Network : [TransitionEvent.elapsedTime Article]
Microsoft Developer Network: [elapsedTime Property Article]