Contents

start()

Starts the animation represented by the receiver.

Declaration

func start()

Discussion

A strong reference to the animation is maintained until the end of the animation or until its stop() method is called. If the blocking mode is NSAnimation.BlockingMode.blocking, this method returns after the animation has completed or the delegate sends it stop(). If the receiver has a progress of 1.0, it starts again at 0.0.

See Also

Related Documentation

Controlling and Monitoring an Animation