puppeteer/new-docs/puppeteer.protocol.css.csskeyframerule.md
2020-07-13 14:01:35 +01:00

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.