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

14 lines
538 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) &gt; [keyframes](./puppeteer.protocol.animation.keyframesrule.keyframes.md)
## Protocol.Animation.KeyframesRule.keyframes property
List of animation keyframes.
<b>Signature:</b>
```typescript
keyframes: KeyframeStyle[];
```