14 lines
533 B
Markdown
14 lines
533 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) > [KeyframeStyle](./puppeteer.protocol.animation.keyframestyle.md) > [easing](./puppeteer.protocol.animation.keyframestyle.easing.md)
|
||
|
|
||
|
## Protocol.Animation.KeyframeStyle.easing property
|
||
|
|
||
|
`AnimationEffect`<!-- -->'s timing function.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
easing: string;
|
||
|
```
|