HideableTransitionpublic class FadeInRightBigTransition extends CachedTimelineTransition implements HideableTransition
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
node, timeline, WEB_EASE| Constructor | Description |
|---|---|
FadeInRightBigTransition(javafx.scene.Node node) |
Create new FadeInRightBigTransition
|
FadeInRightBigTransition(javafx.scene.Node node,
boolean opacityInterpolated) |
Create new FadeInRightBigTransition
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
starting() |
Called when the animation is starting
|
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, isOpacityInterpolated, stoppingpublic FadeInRightBigTransition(javafx.scene.Node node)
node - The node to affectpublic FadeInRightBigTransition(javafx.scene.Node node,
boolean opacityInterpolated)
node - The node to affectopacityInterpolated - When true opacity is interpolated during the transitionprotected void starting()
CachedTimelineTransitionstarting in class CachedTimelineTransition