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

847 B

Home > puppeteer > Protocol > CSS > CSSKeyframesRule

Protocol.CSS.CSSKeyframesRule interface

CSS keyframes rule representation.

Signature:

export interface CSSKeyframesRule 

Properties

Property Type Description
animationName Value Animation name.
keyframes CSSKeyframeRule[] List of keyframes.