timelineTime property

CSSNumberish? get timelineTime

The timelineTime read-only property of the AnimationPlaybackEvent interface represents the time value of the animation's AnimationTimeline at the moment the event is queued. This will be unresolved if the animation was not associated with a timeline at the time the event was generated or if the associated timeline was inactive.

Implementation

external CSSNumberish? get timelineTime;