Dart API Reference
dart:html
CssKeyframesRule
CssKeyframesRule
class
Annotated by:
DocsEditable()
DomName('CSSKeyframesRule')
Experimental()
Extends:
CssRule
Object
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