예제 #1
0
 private void stop(Animation animation) {
   animation.jumpTo(Duration.ZERO);
   animation.stop();
 }