Example usage for Java javafx.animation SequentialTransition fields, constructors, methods, implement or subclass
The text is from its open source code.
SequentialTransition(Node node, Animation... children) The constructor of SequentialTransition . | |
SequentialTransition() The constructor of SequentialTransition . |
ObservableList | getChildren() A list of javafx.animation.Animation Animations that will be played sequentially. |
void | play() Plays Animation from current position in the direction indicated by rate . |
void | playFromStart() Plays an Animation from initial position in forward direction. |
void | setCycleCount(int value) |
void | setOnFinished(EventHandler |