releaseAnimations

suspend fun releaseAnimations(args: Animation.ReleaseAnimationsParameter, mode: CommandMode = CommandMode.DEFAULT)

Releases a set of animations to no longer be manipulated.


suspend fun releaseAnimations(animations: List<String>)

Releases a set of animations to no longer be manipulated.

Parameters

animations

List of animation ids to seek.