iOS Swift - Animations
What visual behavior will occur when this code executes?
UIView.animate(withDuration: 1.0, delay: 0, usingSpringWithDamping: 0.3, initialSpringVelocity: 0, options: [], animations: { view.center.x += 150 }, completion: nil)