elapsedTime property

num elapsedTime

Gives the amount of time the transition has been running, in seconds, when this event fired.

This value is not affected by the transition-delay property.

See developer.mozilla.org/en-US/docs/Web/API/TransitionEvent/elapsedTime

Implementation

external num get elapsedTime;