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

14 lines
513 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; [name](./puppeteer.protocol.animation.keyframesrule.name.md)
## Protocol.Animation.KeyframesRule.name property
CSS keyframed animation's name.
<b>Signature:</b>
```typescript
name?: string;
```