iOS development - View animations
Animatable properties on views are:
frame
bounds
center
transform
alpha
backgroundColor
To animate changes, instantiate a new UIViewPropertyAnimator
object and change the required view properties within its block. UIViewPropertyAnimator
allows for customizing animation duration and timing.