JavaFX scene changing / transition animation with circular reveal effect. This tutorial discusses how to reveal the second JavaFX scene with a circular reveal effect on top of the first scene.
We will make use of JavaFX Circle shape to initially set up the shape of the 2nd scene. Then we will increase the radius with a TimeLine animation.
JavaFX Animation Tutorials: • JavaFX Animation Tutorial
GitHub Link: https://github.com/afsalashyana/JavaF...
Blog: https://www.genuinecoder.com
Tags: #JavaFX
Introduction: (00:00)
Project overview: (00:26)
Coding the animation: (02:04)
Conclusion: (12:06)