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