class
CssKeyframesRule

(Not documented.)

Annotations
  • DocsEditable()
  • DomName('CSSKeyframesRule')
  • Experimental()
Extends

Properties

List<CssRule> cssRules
read-only
String name
read / write
String cssText
read / write , inherited
CssRule parentRule
read-only , inherited
CssStyleSheet parentStyleSheet
read-only , inherited
int type
read-only , inherited

Methods

deleteRule(String key) → void
findRule(String key) → CssKeyframeRule
appendRule(String rule) → void