Interface Keyframe

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

    Indexable

    • [property: string]: string | number

    Properties

    easing?: string
    offset?: number