Guest User

Untitled

a guest
Dec 16th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. final Timeline timeline = new Timeline();
  2. timeline.setCycleCount(Animation.INDEFINITE);
  3. timeline.getLeyFrames().add(new KeyFrame(Duration.millis(5000),
  4. new KeyValue(......));
  5. timeline.play();
Add Comment
Please, Sign In to add comment