| AnimationPath |
An opaque geometric path object generated from one of the
createFromPath
functions.
|
| FadeTransition |
This
Transition
creates a fade effect animation that spans its
duration,
.
|
| OrientationType |
Specifies the upright orientation of
node
along the
path
.
|
| ParallelTransition |
This
Transition
starts all transitions in its
content
in
parallel.
|
| PathTransition |
This
Transition
creates a path animation that spans its
duration,
.
|
| PauseTransition |
This
Transition
executes an
action,
at the end of its
duration,
.
|
| RotateTransition |
This
Transition
creates a rotation animation that spans its
duration,
.
|
| ScaleTransition |
This
Transition
creates a scale animation that spans its
duration,
.
|
| SequentialTransition |
This
Transition
starts all timelines in its
content
in
sequential order.
|
| Transition |
An abstract class that contains the basic functionalities require by all
Transition
based animations, such as
PathTransition,
and
RotateTransition,
.
|
| TranslateTransition |
This
Transition
creates a move/translate animation that spans its
duration,
.
|