---
title: WEBKIT_KEYFRAMES_RULE
framework: webkitjs
role: symbol
path: webkitjs/cssrule/1632070-webkit_keyframes_rule
---

# WEBKIT_KEYFRAMES_RULE

Keyframes rule type. Read WebKitCSSKeyframesRule for details.

## Declaration

```data
const unsigned short WEBKIT_KEYFRAMES_RULE;
```

## Discussion

Discussion const unsigned short WEBKIT_KEYFRAMES_RULE = 7; note: In Safari 4.0 and later, the value is 8.

## See Also

### Miscellaneous

- [CHARSET_RULE](webkitjs/cssrule/1628936-charset_rule.md)
- [FONT_FACE_RULE](webkitjs/cssrule/1631933-font_face_rule.md)
- [IMPORT_RULE](webkitjs/cssrule/1630048-import_rule.md)
- [KEYFRAMES_RULE](webkitjs/cssrule/1634032-keyframes_rule.md)
- [KEYFRAME_RULE](webkitjs/cssrule/1629243-keyframe_rule.md)
- [MEDIA_RULE](webkitjs/cssrule/1633067-media_rule.md)
- [NAMESPACE_RULE](webkitjs/cssrule/2871393-namespace_rule.md)
- [PAGE_RULE](webkitjs/cssrule/1632280-page_rule.md)
- [STYLE_RULE](webkitjs/cssrule/1632449-style_rule.md)
- [SUPPORTS_RULE](webkitjs/cssrule/1633532-supports_rule.md)
- [UNKNOWN_RULE](webkitjs/cssrule/1629767-unknown_rule.md)
- [WEBKIT_KEYFRAME_RULE](webkitjs/cssrule/1633440-webkit_keyframe_rule.md)
- [WEBKIT_REGION_RULE](webkitjs/cssrule/1777915-webkit_region_rule.md)

### Related Documentation

- [Safari CSS Visual Effects Guide](apple-archive/documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Introduction.html.md)
