Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PropertyIndexedKeyframes

interface PropertyIndexedKeyframes {
[property: string]: string | string[] | number | null | (number | null)[] | undefined;
easing?: string | string[];
offset?: number | (number | null)[];
}

§Index Signatures

§
[property: string]: string | string[] | number | null | (number | null)[] | undefined

§Properties

§
easing?: string | string[]
[src]
§
offset?: number | (number | null)[]
[src]