[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Animation](./puppeteer.protocol.animation.md) > [ResolveAnimationResponse](./puppeteer.protocol.animation.resolveanimationresponse.md) ## Protocol.Animation.ResolveAnimationResponse interface Signature: ```typescript export interface ResolveAnimationResponse ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [remoteObject](./puppeteer.protocol.animation.resolveanimationresponse.remoteobject.md) | [Runtime.RemoteObject](./puppeteer.protocol.runtime.remoteobject.md) | Corresponding remote object. |