Search in sources :

Example 1 with RotateOutDownLeftTransition

use of com.fxexperience.javafx.fxanimations.RotateOutDownLeftTransition in project fxexperience2 by EricCanull.

the class DemoController method rotateOutDownLeftAction.

@FXML
private void rotateOutDownLeftAction(ActionEvent event) {
    new RotateOutDownLeftTransition(btn).play();
    bringBackAfter();
}
Also used : RotateOutDownLeftTransition(com.fxexperience.javafx.fxanimations.RotateOutDownLeftTransition) FXML(javafx.fxml.FXML)

Aggregations

RotateOutDownLeftTransition (com.fxexperience.javafx.fxanimations.RotateOutDownLeftTransition)1 FXML (javafx.fxml.FXML)1