puppeteer/new-docs/puppeteer.protocol.animation.keyframesrule.md
2020-07-13 14:01:35 +01:00

819 B

Home > puppeteer > Protocol > Animation > KeyframesRule

Protocol.Animation.KeyframesRule interface

Keyframes Rule

Signature:

export interface KeyframesRule 

Properties

Property Type Description
keyframes KeyframeStyle[] List of animation keyframes.
name string CSS keyframed animation's name.