currentTime property

CSSNumberish? get currentTime

The currentTime read-only property of the Web Animations API's AnimationTimeline interface returns the timeline's current time in milliseconds, or null if the timeline is inactive.

Implementation

external CSSNumberish? get currentTime;