import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { Animatable } = dom;
Methods
animate(keyframes: Keyframe[] | PropertyIndexedKeyframes | null, options?: number | KeyframeAnimationOptions): Animation
getAnimations(): Animation[]