14 lines
590 B
Markdown
14 lines
590 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) > [playbackRate](./puppeteer.protocol.animation.getplaybackrateresponse.playbackrate.md)
|
|
|
|
## Protocol.Animation.GetPlaybackRateResponse.playbackRate property
|
|
|
|
Playback rate for animations on page.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
playbackRate: number;
|
|
```
|