Contents

delay

The delay (in seconds) after which the animations begin.

Declaration

var delay: TimeInterval { get }

Discussion

The default value of this property is 0. When the value is greater than 0, the start of any animations is delayed by the specified amount of time.

To set a value for this property, use the startAnimation(afterDelay:) method when starting your animations.

See Also

Accessing the animation parameters