setPaused

suspend fun setPaused(args: Animation.SetPausedParameter, mode: CommandMode = CommandMode.DEFAULT)

Sets the paused state of a set of animations.


suspend fun setPaused(animations: List<String>, paused: Boolean)

Sets the paused state of a set of animations.

Parameters

animations

Animations to set the pause state of.

paused

Paused state to set to.