Interface PropertyIndexedKeyframes

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

    Indexable

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

    Properties

    easing?: string | string[]
    offset?: number | number[]