iOS Swift - Animations
What will be the visible effect of this code snippet?
UIView.animate(withDuration: 1.0, delay: 0, options: [.curveEaseInOut]) {
view.frame.origin.x += 100
}