interface KeyframeEffect
implements AnimationEffect
import { type KeyframeEffect } from "https://deno.land/x/evt@v2.4.19/lib/types/lib.dom.ts";
Methods
getKeyframes(): ComputedKeyframe[]
setKeyframes(keyframes: Keyframe[] | PropertyIndexedKeyframes | null): void