seekAnimations

suspend fun seekAnimations(args: Animation.SeekAnimationsParameter, mode: CommandMode = CommandMode.DEFAULT)

Seek a set of animations to a particular time within each animation.


suspend fun seekAnimations(animations: List<String>, currentTime: Double)

Seek a set of animations to a particular time within each animation.

Parameters

animations

List of animation ids to seek.

currentTime

Set the current time of each animation.