| Interface | Description |
|---|---|
| AnimatedContainer |
Interface implemented by containers whose children should be animated.
|
| CustomizableAnimation<T> |
Interface that defines a class with customizable
AnimationSettings. |
| Class | Description |
|---|---|
| Animated<T> |
A node that automatically animates a property of its child.
|
| AnimatedBlur |
Node that animates its child's
GaussianBlur radius. |
| AnimatedColor |
Node that animates its child's color.
|
| AnimatedContainer.Handler |
Utility class that handles
AnimatedContainer's features. |
| AnimatedDropShadow |
Node that animates its child's
DropShadow radius and color. |
| AnimatedHBox |
An
HBox with animated children. |
| AnimatedLayout |
Node that animates its child's position based on an alignment relative to an anchor root.
|
| AnimatedMulti |
A node that automatically animates a list of properties of its child.
|
| AnimatedOpacity |
Node that animates its child's opacity.
|
| AnimatedPosition |
Node that animates its child's translate X and Y.
|
| AnimatedRotation |
Node that animates its child's rotation.
|
| AnimatedScale |
Node that animates its child's scale X and Y.
|
| AnimatedSize |
Node that animates its child's size (pref size for
Region, size for Rectangle, radius for Circle). |
| AnimatedSwitcher |
This node plays a transition when its child node changes.
|
| AnimatedThemeSwitcher |
An
AnimatedThemeSwitcher provides animated transitions that are played when changing the stylesheets of a Scene. |
| AnimatedVBox |
A
VBox with animated children. |
| Animation |
Wrapper for
AnimationFX with several properties. |
| AnimationPair |
Class that takes two
Animations: one for in, one for out. |
| AnimationProperty<T> |
Class that animates a JavaFX property wrapped inside of a
PropertyWrapper. |
| AnimationSettings |
| Enum | Description |
|---|---|
| Curve |
Copyright © 2022. All rights reserved.