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

ThemeAnimation

interface ThemeAnimation {
counts?: Record<string, string | number>;
durations?: Record<string, string>;
keyframes?: Record<string, string>;
properties?: Record<string, object>;
timingFns?: Record<string, string>;
}

§Properties

§
counts?: Record<string, string | number>
[src]
§
durations?: Record<string, string>
[src]
§
keyframes?: Record<string, string>
[src]
§
properties?: Record<string, object>
[src]
§
timingFns?: Record<string, string>
[src]