Search


Search something to see results

AnimationPlaybackEventInit

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

Hierarchy (View Summary)

Index

Properties

Properties

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