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

    Interface Keyframe

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

    Indexable

    • [property: string]: string | number | null | undefined
    Index
    easing?: string
    offset?: number | null