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

    Interface PropertyIndexedKeyframes

    interface PropertyIndexedKeyframes {
        composite?: CompositeOperationOrAuto | CompositeOperationOrAuto[];
        easing?: string | string[];
        offset?: number | (number | null)[];
        [property: string]:
            | string
            | number
            | string[]
            | (number | null)[]
            | null
            | undefined;
    }

    Indexable

    • [property: string]: string | number | string[] | (number | null)[] | null | undefined
    Index

    Properties

    easing?: string | string[]
    offset?: number | (number | null)[]