iOS Swift - Animations
Identify the error in this spring animation code:
UIView.animate(withDuration: 1.0, delay: 0, usingSpringWithDamping: -0.5, initialSpringVelocity: 0.5, options: [], animations: {
view.alpha = 0
}, completion: nil)