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

    Interface PropertyIndexedKeyframes

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

    Indexable

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

    Properties

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