In this chapter, you learned how to work with the various Animation classes that come as part of the Xamarin.Forms platform so that you can apply really cool animations and transition effects to your user interfaces and control elements. You learned how to use and implement Simple Animations in your XAML, as well as create the necessary C# code in your ContentPages to interact with your XAML control elements so that you can apply various animation techniques to those controls that Rotate, Scale, Translate, and Fade.
You learned how to implement Easing Functions by creating the necessary C# code in your ContentPages, as well as using the Easing class, which allows you to specify a transfer function that controls how animations speed up or slow down as they're running, by creating Custom Easing Functions that interact with your XAML visual control elements.
Lastly,...