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