CssKeyframesRule class

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

Instance Properties

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

Instance Methods

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