Interface ComputedKeyframe

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

    Indexable

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

    Properties

    computedOffset: number
    easing: string
    offset: number