21 lines
666 B
Markdown
21 lines
666 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [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> | |
|
||
|
|