pl.wendigo.chrome.api.animation / SetPausedRequest

SetPausedRequest

data class SetPausedRequest (source)

Represents request frame that can be used with Animation#setPaused operation call.

Sets the paused state of a set of animations.

Link
Animation#setPaused method documentation.

See Also

AnimationOperations.setPaused

Constructors

<init>

SetPausedRequest(animations: List<String>, paused: Boolean)

Represents request frame that can be used with Animation#setPaused operation call.

Properties

animations

val animations: List<String>

Animations to set the pause state of.

paused

val paused: Boolean

Paused state to set to.