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

Indexable

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

Properties

easing?: string
offset?: null | number