pl.wendigo.chrome.api.animation / KeyframesRule

KeyframesRule

data class KeyframesRule (source)

Keyframes Rule

Link
Animation#KeyframesRule type documentation.

Constructors

<init>

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

Keyframes Rule

Properties

keyframes

val keyframes: List<KeyframeStyle>

List of animation keyframes.

name

val name: String?

CSS keyframed animation's name.