22 lines
758 B
Markdown
22 lines
758 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)
|
||
|
|
||
|
## Protocol.Animation.KeyframeStyle interface
|
||
|
|
||
|
Keyframe Style
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface KeyframeStyle
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [easing](./puppeteer.protocol.animation.keyframestyle.easing.md) | string | <code>AnimationEffect</code>'s timing function. |
|
||
|
| [offset](./puppeteer.protocol.animation.keyframestyle.offset.md) | string | Keyframe's time offset. |
|
||
|
|