public class RotateOutUpLeftTransition extends CachedTimelineTransition
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
node, timeline, WEB_EASE| Constructor and Description |
|---|
RotateOutUpLeftTransition(javafx.scene.Node node)
Create new RotateOutUpLeftTransition
|
RotateOutUpLeftTransition(javafx.scene.Node node,
boolean opacityInterpolated)
Create new RotateOutUpLeftTransition
|
RotateOutUpLeftTransition(javafx.scene.Node node,
boolean opacityInterpolated,
javafx.util.Duration duration)
Create new RotateOutUpLeftTransition
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
starting()
Called when the animation is starting
|
protected void |
stopping()
Called when the animation is stopping
|
hideNode, interpolate, isOpacityInterpolated, pausegetCachedInterpolator, getInterpolator, getParentTargetNode, interpolatorProperty, setInterpolatorautoReverseProperty, currentRateProperty, currentTimeProperty, cycleCountProperty, cycleDurationProperty, delayProperty, getCuePoints, getCurrentRate, getCurrentTime, getCycleCount, getCycleDuration, getDelay, getOnFinished, getRate, getStatus, getTargetFramerate, getTotalDuration, isAutoReverse, jumpTo, jumpTo, onFinishedProperty, play, playFrom, playFrom, playFromStart, rateProperty, setAutoReverse, setCycleCount, setCycleDuration, setDelay, setOnFinished, setRate, setStatus, statusProperty, stop, totalDurationPropertypublic RotateOutUpLeftTransition(javafx.scene.Node node)
node - The node to affectpublic RotateOutUpLeftTransition(javafx.scene.Node node,
boolean opacityInterpolated)
node - The node to affectopacityInterpolated - When true opacity is interpolated during the transitionpublic RotateOutUpLeftTransition(javafx.scene.Node node,
boolean opacityInterpolated,
javafx.util.Duration duration)
node - The node to affectopacityInterpolated - When true opacity is interpolated during the transitionduration - The duration of this Transition.protected void starting()
CachedTimelineTransitionstarting in class CachedTimelineTransitionprotected void stopping()
CachedTimelineTransitionstopping in class CachedTimelineTransition