[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [KeyframesRule](./puppeteer.protocol.animation.keyframesrule.md) > [keyframes](./puppeteer.protocol.animation.keyframesrule.keyframes.md) ## Protocol.Animation.KeyframesRule.keyframes property List of animation keyframes. Signature: ```typescript keyframes: KeyframeStyle[]; ```