22 lines
819 B
Markdown
22 lines
819 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[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
|
||
|
|
||
|
<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. |
|
||
|
|