Package javafx.animation
package javafx.animation
-
ClassDescriptionThe class
Animation
provides the core functionality of all animations used in the JavaFX runtime.The possible states forstatus
.The classAnimationTimer
allows 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.ThisTransition
creates a fade effect animation that spans itsduration
.A value that can be interpolated.The abstract class defines severalinterpolate
methods, 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.ThisTransition
plays a list ofAnimations
in parallel.A PulseReceiver can receive regular pulses from the MasterTimer.ThisTransition
creates a scale animation that spans itsduration
.ThisTransition
plays a list ofAnimations
in sequential order.ATimeline
can 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 allTransition
based animations, such asPathTransition
andRotateTransition
.ThisTransition
creates a move/translate animation that spans itsduration
.