Package | Description |
---|---|
javafx.animation |
Provides the set of classes for ease of use transition based animations.
|
Modifier and Type | Method and Description |
---|---|
static PauseTransitionBuilder |
PauseTransitionBuilder.create()
Deprecated.
Creates a new instance of PauseTransitionBuilder.
|
PauseTransitionBuilder |
PauseTransitionBuilder.duration(Duration x)
Deprecated.
Set the value of the
duration property for the instance constructed by this builder. |