CSSKeyframeRule object
Represents the style rule for a single key.
![]() ![]() |
DOM Information
Inheritance Hierarchy
CSSRule
CSSKeyframeRule
Members
The CSSKeyframeRule object has these types of members:
Properties
The CSSKeyframeRule object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read/write |
Gets or sets the string representation of a floating point number that represents the key. | |
|
Read-only |
Gets a value that represents the style associated with this keyframe. |
Standards information
- CSS Animations Module Level 3, Section 5
Remarks
The version of this object using a vendor prefix, MSCSSKeyframeRule, has been deprecated. To ensure compatibility in the future, applications using this object with a vendor prefix should be updated accordingly.
See also
Show:

