mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
847 B
Markdown
22 lines
847 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [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. |
|
||
|
|