CSSKeyframesRule
The CSSKeyframesRule interface describes an object representing a complete set of keyframes for a CSS animation.
Properties
The read-only cssRules property of the CSSKeyframeRule interface returns a CSSRuleList containing the rules in the keyframes at-rule.
The parentRule property of the CSSRule interface returns the containing rule of the current rule if this exists, or otherwise returns null.
The parentStyleSheet property of the CSSRule interface returns the StyleSheet object in which the current rule is defined.
Functions
The appendRule() method of the CSSKeyframeRule interface appends a CSSKeyFrameRule to the end of the rules.
The deleteRule() method of the CSSKeyframeRule interface deletes the CSSKeyFrameRule that matches the specified keyframe selector.
The findRule() method of the CSSKeyframeRule interface finds the CSSKeyFrameRule that matches the specified keyframe selector.