WebIDLpedia

CSSKeyframeRule interface

Definition

CSS Animations Level 1 defines CSSKeyframeRule



[Exposed=Window]
interface CSSKeyframeRule : CSSRule {
  attribute CSSOMString keyText;
  [SameObject, PutForwards=cssText] readonly attribute CSSStyleProperties style;
};

Methods and attributes that return objects implementing CSSKeyframeRule

Referring IDL interfaces/dictionaries