iOS Swift - Animations
What will happen if you set
initialSpringVelocity to 5 in this animation?UIView.animate(withDuration: 1.0, delay: 0, usingSpringWithDamping: 0.7, initialSpringVelocity: 5, options: [], animations: { view.alpha = 0 }, completion: nil)