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

14 lines
569 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; [Animation](./puppeteer.protocol.animation.animation.md) &gt; [type](./puppeteer.protocol.animation.animation.type.md)
## Protocol.Animation.Animation.type property
Animation type of `Animation`<!-- -->. (AnimationType enum)
<b>Signature:</b>
```typescript
type: ('CSSTransition' | 'CSSAnimation' | 'WebAnimation');
```