interface AnimationTimeline {
    currentTime: null | CSSNumberish;
}

Properties

Properties

currentTime: null | CSSNumberish