Activates the periodic timer that animates the screen saver.
SDK
- macOS 10.0+
Framework
- Screen
Saver
Declaration
func startAnimation()
Discussion
This method is called when the screen saver view should begin animating. Subclasses can implement this method to set up initial state or allocate expensive resources that should be loaded lazily. Subclasses must call the inherited implementation.