Web/API/TransitionEvent/elapsedTime

From Get docs

This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.


The TransitionEvent.elapsedTime read-only property is a float giving the amount of time the animation has been running, in seconds, when this event fired. This value is not affected by the transition-delay property.

Syntax

name = TransitionEvent.elapsedTime

Specifications

Specification Status Comment
CSS TransitionsThe definition of 'TransitionEvent.elapsedTime' in that specification. Working Draft Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

elapsedTime

Experimental'

Chrome

Full support 2

Edge

Full support 12

Firefox

Full support 4

IE

Full support 10

Opera

Full support Yes

Safari

Full support 6

WebView Android

Full support Yes

Chrome Android

Full support 18

Firefox Android

Full support 4

Opera Android

Full support Yes

Safari iOS

Full support Yes

Samsung Internet Android

Full support 1.0

Legend

Full support  
Full support
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.


See also