The Animation API provides a simple way to add dynamic elements to your application. It can be used in a wide range of applications, from games to interactive charts and controls. As we reviewed in this chapter, JavaFX provides a very convenient API to build animated applications. Basic animations can be achieved through transition classes and complex animations can be set up through timelines.
In the next chapter, we will review the CSS capabilities of JavaFX.