currentTime property

CSSNumberish? get currentTime

The currentTime read-only property of the AnimationPlaybackEvent interface represents the current time of the animation that generated the event at the moment the event is queued. This will be unresolved if the animation was idle at the time the event was generated.

Implementation

external CSSNumberish? get currentTime;