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