CSSKeyframesRule object
Represents a complete set of keyframes for a single animation.
![]() ![]() |
DOM Information
Inheritance Hierarchy
CSSRule
CSSKeyframesRule
Members
The CSSKeyframesRule object has these types of members:
Methods
The CSSKeyframesRule object has these methods.
| Method | Description |
|---|---|
| deleteRule |
Deletes the keyframe rule with the given key. |
| findRule |
Returns the rule with a key that matches the given key. |
| insertRule |
Inserts the given keyframe rule into the list at the given key. |
Properties
The CSSKeyframesRule object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Gets a value that represents the list of keyframes. | |
|
Read/write |
Gets or sets a value that indicates the name of the keyframes. |
Standards information
- CSS Animations Module Level 3, Section 5
Remarks
The version of this object using a vendor prefix, MSCSSKeyframesRule, has been deprecated. To ensure compatibility in the future, applications using this object with a vendor prefix should be updated accordingly.
See also
Show:

