Added animated progress updates.
You can now use the function below to update your progress with possible animation:
Just setting the progress via its property is still supported but will be deprecated in a future release.
func setProgress(newProgress: Double, animated: Bool) {}