Interface PropertyIndexedKeyframes

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

    Indexable

    • [property: string]: string | number | string[] | number[]

    Properties

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