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

KeyframeStyle

data class KeyframeStyle

Keyframe Style

Constructors

<init>

Keyframe Style

KeyframeStyle(offset: String, easing: String)

Properties

easing

AnimationEffect's timing function.

val easing: String

offset

Keyframe's time offset.

val offset: String