puppeteer/new-docs/puppeteer.protocol.animation.keyframestyle.md

22 lines
758 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Animation](./puppeteer.protocol.animation.md) &gt; [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. |