CSSKeyframesRule class
The interface describes an object representing a complete set of
keyframes for a CSS animation. It corresponds to the contents of
a whole @keyframes
at-rule
.
CSSRule
CSSKeyframesRule
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- CSSKeyframesRule()
-
factory
Properties
- cssRules → CSSRuleList
-
Available on CSSKeyframesRule, provided by the PropsCSSKeyframesRule extension
no setter - cssText ↔ String
-
Available on CSSRule, provided by the PropsCSSRule extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String
-
Available on CSSKeyframesRule, provided by the PropsCSSKeyframesRule extension
getter/setter pair - parentRule → CSSRule?
-
Available on CSSRule, provided by the PropsCSSRule extension
no setter - parentStyleSheet → CSSStyleSheet?
-
Available on CSSRule, provided by the PropsCSSRule extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → int
-
Available on CSSRule, provided by the PropsCSSRule extension
no setter
Methods
-
appendRule(
String rule) → void -
Available on CSSKeyframesRule, provided by the PropsCSSKeyframesRule extension
-
deleteRule(
String select) → void -
Available on CSSKeyframesRule, provided by the PropsCSSKeyframesRule extension
-
findRule(
String select) → CSSKeyframeRule? -
Available on CSSKeyframesRule, provided by the PropsCSSKeyframesRule extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited