NetBeansTV: Java FX Samples 3 - Spring/Bounce Animation
Interpolators describe the acceleration and deceleration of an animation — in JavaFX, you can use standard built-in interpolators such as discrete, linear or ease-in/ease-out.
This short demo shows how you define custom motions, for example a bounce or a spring motion.