public class FadeOutTransition extends CachedTimelineTransition
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
node, timeline, WEB_EASE| Constructor | Description |
|---|---|
FadeOutTransition(javafx.scene.Node node) |
Create new FadeOutTransition
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
starting() |
Called when the animation is starting
|
protected void |
stopping() |
Called when the animation is stopping
|
autoReverseProperty, currentRateProperty, currentTimeProperty, cycleCountProperty, cycleDurationProperty, delayProperty, getCuePoints, getCurrentRate, getCurrentTime, getCycleCount, getCycleDuration, getDelay, getOnFinished, getRate, getStatus, getTargetFramerate, getTotalDuration, isAutoReverse, jumpTo, jumpTo, onFinishedProperty, pause, play, playFrom, playFrom, playFromStart, rateProperty, setAutoReverse, setCycleCount, setCycleDuration, setDelay, setOnFinished, setRate, setStatus, statusProperty, stop, totalDurationPropertyhideNode, interpolate, isOpacityInterpolatedpublic FadeOutTransition(javafx.scene.Node node)
node - The node to affectprotected void starting()
CachedTimelineTransitionstarting in class CachedTimelineTransitionprotected void stopping()
CachedTimelineTransitionstopping in class CachedTimelineTransition