CSSRule Additions Reference
| Availability | Available in Safari 4.0 and later. Available in iOS 2.0 and later. |
| Companion guide |
Overview
These extensions to the CSSRule class are used to access animation keyframe and keyframes rules.
Constants
Constants
WEBKIT_KEYFRAMES_RULEKeyframes rule type. Read WebKitCSSKeyframesRule for details.
const unsigned short WEBKIT_KEYFRAMES_RULE = 7;
Available in Safari 4.0 and later.
Available in iOS 2.0 and later.
WEBKIT_KEYFRAME_RULEKeyframe rule type. Read WebKitCSSKeyframeRule for details.
const unsigned short WEBKIT_KEYFRAME_RULE = 8;
Available in Safari 4.0 and later.
Available in iOS 2.0 and later.
© 2010 Apple Inc. All Rights Reserved. (Last updated: 2010-02-24)