Interface AnimationPlaybackEventInit

    interface AnimationPlaybackEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        currentTime?: CSSNumberish;
        timelineTime?: CSSNumberish;
    }
    Hierarchy

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    currentTime?: CSSNumberish
    timelineTime?: CSSNumberish