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

Indexable

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

Properties

easing?: string
offset?: number | null