Search in sources :

Example 1 with HingeTransition

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

the class DemoController method hingeAction.

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

Aggregations

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