847 B
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. |