vot.js - v2.4.12
    Preparing search index...

    Interface AnimationPlaybackEventInit

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

    Hierarchy (View Summary)

    Index

    Properties

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