mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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. |