mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
819 B
819 B
Home > puppeteer > Protocol > Animation > KeyframesRule
Protocol.Animation.KeyframesRule interface
Keyframes Rule
Signature:
export interface KeyframesRule
Properties
Property | Type | Description |
---|---|---|
keyframes | KeyframeStyle[] | List of animation keyframes. |
name | string | CSS keyframed animation's name. |