[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [Animation](./puppeteer.protocol.animation.animation.md) > [type](./puppeteer.protocol.animation.animation.type.md) ## Protocol.Animation.Animation.type property Animation type of `Animation`. (AnimationType enum) Signature: ```typescript type: ('CSSTransition' | 'CSSAnimation' | 'WebAnimation'); ```