puppeteer/new-docs/puppeteer.protocol.animation.keyframesrule.md

22 lines
819 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; [Animation](./puppeteer.protocol.animation.md) &gt; [KeyframesRule](./puppeteer.protocol.animation.keyframesrule.md)
## Protocol.Animation.KeyframesRule interface
Keyframes Rule
<b>Signature:</b>
```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. |