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

21 lines
666 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; [AnimationType](./puppeteer.protocol.animation.animationtype.md)
## Protocol.Animation.AnimationType enum
<b>Signature:</b>
```typescript
export const enum AnimationType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| CSSAnimation | <code>'CSSAnimation'</code> | |
| CSSTransition | <code>'CSSTransition'</code> | |
| WebAnimation | <code>'WebAnimation'</code> | |