chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.animation / KeyframesRule

KeyframesRule

data class KeyframesRule

Keyframes Rule

Official doc

Constructors

<init>

Keyframes Rule

KeyframesRule(name: String? = null, keyframes: List<KeyframeStyle>)

Properties

keyframes

List of animation keyframes.

val keyframes: List<KeyframeStyle>

name

CSS keyframed animation's name.

val name: String?