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.
startDelay
- The start delay of the animation in milliseconds.
Return
This Animation object (to allow for chaining of calls to setter methods).