[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetMatchedStylesForNodeResponse](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.md) > [cssKeyframesRules](./puppeteer.protocol.css.getmatchedstylesfornoderesponse.csskeyframesrules.md) ## Protocol.CSS.GetMatchedStylesForNodeResponse.cssKeyframesRules property A list of CSS keyframed animations matching this node. Signature: ```typescript cssKeyframesRules?: CSSKeyframesRule[]; ```