SetTimingParameter

@Serializable
data class SetTimingParameter(val animationId: String, val duration: Double, val delay: Double)

Constructors

Link copied to clipboard
constructor(animationId: String, duration: Double, delay: Double)

Properties

Link copied to clipboard

Animation id.

Link copied to clipboard

Delay of the animation.

Link copied to clipboard

Duration of the animation.