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

14 lines
563 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; [AnimationStartedEvent](./puppeteer.protocol.animation.animationstartedevent.md) &gt; [animation](./puppeteer.protocol.animation.animationstartedevent.animation.md)
## Protocol.Animation.AnimationStartedEvent.animation property
Animation that was started.
<b>Signature:</b>
```typescript
animation: Animation;
```