[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 Signature: ```typescript export const enum AnimationType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | CSSAnimation | 'CSSAnimation' | | | CSSTransition | 'CSSTransition' | | | WebAnimation | 'WebAnimation' | |