[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [KeyframesRule](./puppeteer.protocol.animation.keyframesrule.md) ## Protocol.Animation.KeyframesRule interface Keyframes Rule Signature: ```typescript export interface KeyframesRule ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [keyframes](./puppeteer.protocol.animation.keyframesrule.keyframes.md) | [KeyframeStyle](./puppeteer.protocol.animation.keyframestyle.md)\[\] | List of animation keyframes. | | [name](./puppeteer.protocol.animation.keyframesrule.name.md) | string | CSS keyframed animation's name. |