iOS development - View animations
Animatable properties on views are:
frameboundscentertransformalphabackgroundColor
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.