Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>CSSKeyframeRule

Advanced Web Composition for Future
Latest
interface CSSKeyframeRule
implements CSSRule
import { type CSSKeyframeRule } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

An object representing a set of style for a given keyframe. It corresponds to the contains of a single keyframe of a @keyframes at-rule. It implements the CSSRule export interface with a export type value of 8 (CSSRule.KEYFRAME_RULE).

Properties

keyText: string
readonly
style: CSSStyleDeclaration