19 lines
686 B
Markdown
19 lines
686 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) > [GetPlaybackRateResponse](./puppeteer.protocol.animation.getplaybackrateresponse.md)
|
|
|
|
## Protocol.Animation.GetPlaybackRateResponse interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface GetPlaybackRateResponse
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [playbackRate](./puppeteer.protocol.animation.getplaybackrateresponse.playbackrate.md) | number | Playback rate for animations on page. |
|
|
|