import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { CSSKeyframesRule } = Protocol.CSS;
CSS keyframes rule representation.
Properties
animationName: Value
Animation name.
keyframes: CSSKeyframeRule[]
List of keyframes.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { CSSKeyframesRule } = Protocol.CSS;
CSS keyframes rule representation.
Animation name.
List of keyframes.