kyrie / com.github.alexjlockwood.kyrie / Animation / startDelay

startDelay

var startDelay: Long

Gets the start delay of the animation.

Return
The start delay of the animation in milliseconds.

fun startDelay(startDelay: Long): Animation<T, V>

Sets the start delay of the animation.

Parameters

startDelay - The start delay of the animation in milliseconds.

Return
This Animation object (to allow for chaining of calls to setter methods).