© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
P. SpäthFrontend Development with JavaFX and Kotlinhttps://doi.org/10.1007/978-1-4842-9717-9_8

8. Effects and Animation

Peter Späth1  
(1)
Leipzig, Germany
 

Effects add some visual sugar to your scenes, in the sense of “make it gloomy,” “add some shadow,” “apply some blurring,” and so on. Animation can be used for the same purpose, but depending on the functionality your application is supposed to provide, it may add a time dimension to the program. Think of computer animation or sound visualization. In this chapter, we talk about what JavaFX has to offer in these two fields.

About Effects

Effects can be applied to any Node and its descendants via

where ...

Get Frontend Development with JavaFX and Kotlin: Build State-of-the-Art Kotlin GUI Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.