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

AnimationEventInit

interface AnimationEventInit extends EventInit {
animationName?: string;
elapsedTime?: number;
pseudoElement?: string;
}

§Extends

§Properties

§
animationName?: string
[src]
§
elapsedTime?: number
[src]
§
pseudoElement?: string
[src]