Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.CSS.CSSKeyframesRule
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.