@yesstudio/nuxt-composables
    Preparing search index...

    Interface AnimationPlaybackEventInit

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

    Hierarchy

    • EventInit
      • AnimationPlaybackEventInit
    Index

    Properties

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