animationDuration.set(ANIMATION_DURATION);
}
}
public final DoubleProperty animationDurationProperty() {
if (null == animationDuration) {
animationDuration = new SimpleDoubleProperty(this, "animationDuration", _animationDuration);
}
return animationDuration;
}