Interface AnimationTimeline

interface AnimationTimeline {
    currentTime: null | CSSNumberish;
}

Hierarchy (view full)

Properties

Properties

currentTime: null | CSSNumberish