pl.wendigo.chrome.domain.animation / SetTimingRequest

SetTimingRequest

data class SetTimingRequest (source)

Represents request frame that can be used with Animation.setTiming method call.

Sets the timing of an animation node.

Constructors

<init>

SetTimingRequest(animationId: String, duration: Double, delay: Double)

Represents request frame that can be used with Animation.setTiming method call.

Properties

animationId

val animationId: String

Animation id.

delay

val delay: Double

Delay of the animation.

duration

val duration: Double

Duration of the animation.