Skip to main content
Module

x/evt/lib/types/lib.dom.ts>AnimationEvent

💧EventEmitter's typesafe replacement
Go to Latest
interface AnimationEvent
implements Event
import { type AnimationEvent } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

Events providing information related to animations.

Properties

readonly
animationName: string
readonly
elapsedTime: number
readonly
pseudoElement: string