mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > CSS > CSSKeyframeRule
Protocol.CSS.CSSKeyframeRule interface
CSS keyframe rule representation.
Signature:
export interface CSSKeyframeRule
Properties
| Property | Type | Description |
|---|---|---|
| keyText | Value | Associated key text. |
| origin | StyleSheetOrigin | Parent stylesheet's origin. |
| style | CSSStyle | Associated style declaration. |
| styleSheetId | StyleSheetId | The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from. |