< prev index next >

modules/javafx.graphics/src/main/java/javafx/animation/TranslateTransition.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

@@ -33,11 +33,11 @@
 import javafx.scene.Node;
 import javafx.util.Duration;
 
 /**
  * This {@code Transition} creates a move/translate animation that spans its
- * {@link #duration}. This is done by updating the {@code translateX},
+ * {@link #durationProperty() duration}. This is done by updating the {@code translateX},
  * {@code translateY} and {@code translateZ} variables of the {@code node} at
  * regular interval.
  * <p>
  * It starts from the ({@code fromX}, {@code fromY}, {@code fromZ}) value if
  * provided else uses the {@code node}'s ({@code translateX}, {@code translateY}, {@code translateZ}) value.
< prev index next >