LOGOWANIE

KWALIFIKACJA PGF7 - TEST WIEDZY NR 8

Pytanie nr 37
Timeline timeline = new Timeline();
timeline.getKeyFrames().add(new KeyFrame(Duration.millis(500), 
    new KeyValue(node.translateXProperty(), 200, Interpolator.EASE_BOTH)));
timeline.play();
Powiąż powyższy fragment kodu z jednym z poniższych efektów w animacji:
A.
B.
C.
D.