puppeteer/new-docs/puppeteer.protocol.css.csskeyframesrule.md

22 lines
847 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [CSS](./puppeteer.protocol.css.md) &gt; [CSSKeyframesRule](./puppeteer.protocol.css.csskeyframesrule.md)
## Protocol.CSS.CSSKeyframesRule interface
CSS keyframes rule representation.
<b>Signature:</b>
```typescript
export interface CSSKeyframesRule
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [animationName](./puppeteer.protocol.css.csskeyframesrule.animationname.md) | [Value](./puppeteer.protocol.css.value.md) | Animation name. |
| [keyframes](./puppeteer.protocol.css.csskeyframesrule.keyframes.md) | [CSSKeyframeRule](./puppeteer.protocol.css.csskeyframerule.md)<!-- -->\[\] | List of keyframes. |