CssKeyframesRule class

Inheritance
Annotations
  • @DocsEditable()
  • @DomName('CSSKeyframesRule')
  • @Experimental()
  • @Native("CSSKeyframesRule,MozCSSKeyframesRule,WebKitCSSKeyframesRule")

Properties

cssRules List<CssRule>
@Creates('_CssRuleList'), @DocsEditable(), @DomName('CSSKeyframesRule.cssRules'), @Experimental(), @Returns('_CssRuleList|Null'), final
name String
@DocsEditable(), @DomName('CSSKeyframesRule.name'), @Experimental(), read / write
cssText String
@DocsEditable(), @DomName('CSSRule.cssText'), read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
parentRule CssRule
@DocsEditable(), @DomName('CSSRule.parentRule'), final, inherited
parentStyleSheet CssStyleSheet
@DocsEditable(), @DomName('CSSRule.parentStyleSheet'), final, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
type int
@DocsEditable(), @DomName('CSSRule.type'), final, inherited

Methods

appendRule(String rule) → void
@DocsEditable(), @DomName('CSSKeyframesRule.appendRule'), @Experimental()
deleteRule(String select) → void
@DocsEditable(), @DomName('CSSKeyframesRule.deleteRule'), @Experimental()
findRule(String select) CssKeyframeRule
@DocsEditable(), @DomName('CSSKeyframesRule.findRule'), @Experimental()
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited