Skip to content

Instantly share code, notes, and snippets.

View FernandoMost's full-sized avatar

Fernando Mosteiro FernandoMost

View GitHub Profile
@james-d
james-d / AnimatedPropertiesTest.java
Created January 17, 2014 15:08
Some simple examples of animations with a Button
import java.util.concurrent.Callable;
import javafx.animation.Animation;
import javafx.animation.Interpolator;
import javafx.animation.KeyFrame;
import javafx.animation.KeyValue;
import javafx.animation.RotateTransition;
import javafx.animation.Timeline;
import javafx.application.Application;