setTiming

suspend fun setTiming(args: Animation.SetTimingParameter, mode: CommandMode = CommandMode.DEFAULT)

Sets the timing of an animation node.


suspend fun setTiming(animationId: String, duration: Double, delay: Double)

Sets the timing of an animation node.

Parameters

animationId

Animation id.

duration

Duration of the animation.

delay

Delay of the animation.