Package javafx.animation
package javafx.animation
-
ClassDescriptionThe class
Animationprovides the core functionality of all animations used in the JavaFX runtime.The possible states forstatus.The classAnimationTimerallows to create a timer, that is called in each frame while it is active.An instance of ClipEnvelope handles the loop-part of a clip.ThisTransitioncreates a fade effect animation that spans itsduration.A value that can be interpolated.The abstract class defines severalinterpolatemethods, which are used to calculate interpolated values.Defines target values at a specified point in time for a set of variables that are interpolated along aTimeline.Defines a key value to be interpolated for a particular interval along the animation.ThisTransitionplays a list ofAnimationsin parallel.A PulseReceiver can receive regular pulses from the MasterTimer.ThisTransitioncreates a scale animation that spans itsduration.ThisTransitionplays a list ofAnimationsin sequential order.ATimelinecan be used to define a free form animation of anyWritableValue, e.g. allJavaFX Properties.An instance of ClipCore handles the core part of a clip.A TimerReceiver receives per-frame pulses from the MasterTimer.An abstract class that contains the basic functionalities required by allTransitionbased animations, such asPathTransitionandRotateTransition.ThisTransitioncreates a move/translate animation that spans itsduration.