14 lines
520 B
Markdown
14 lines
520 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) > [SetTimingRequest](./puppeteer.protocol.animation.settimingrequest.md) > [delay](./puppeteer.protocol.animation.settimingrequest.delay.md)
|
||
|
|
||
|
## Protocol.Animation.SetTimingRequest.delay property
|
||
|
|
||
|
Delay of the animation.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
delay: number;
|
||
|
```
|