< prev index next >

modules/javafx.graphics/src/main/java/javafx/animation/ScaleTransition.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 scale animation that spans its
- * {@link #duration}. This is done by updating the {@code scaleX},
+ * {@link #durationProperty() duration}. This is done by updating the {@code scaleX},
  * {@code scaleY} and {@code scaleZ} 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 scaleX}, {@code scaleY},
< prev index next >