In JavaFX, a node can be animated by changing its property over time. JavaFX provides a package named javafx.animation.This package contains classes that are used to animate the nodes. Animation is the base class of all these classes. Using JavaFX, you can apply animations (transitions) such as Fade Transition, Fill Transition, Rotate Transition, Scale Transition, Stroke Transition, Translate Transition, Path Transition, Sequential Transition, Pause Transition, Parallel Transition, etc. All the classes of this package extend the class javafx.animation.