public class FlashTransition extends CachedTimelineTransition
@keyframes flash {
0%, 50%, 100% {opacity: 1;}
25%, 75% {opacity: 0;}
}
node, timeline, WEB_EASE| Constructor and Description |
|---|
FlashTransition(javafx.scene.Node node)
Create new FlashTransition
|
FlashTransition(javafx.scene.Node node,
javafx.util.Duration duration)
Create new FlashTransition
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
starting()
Called when the animation is starting
|
hideNode, interpolate, isOpacityInterpolated, pause, stoppinggetCachedInterpolator, 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 FlashTransition(javafx.scene.Node node)
node - The node to affectpublic FlashTransition(javafx.scene.Node node,
javafx.util.Duration duration)
node - The node to affectduration - The duration of this Transition.protected void starting()
CachedTimelineTransitionstarting in class CachedTimelineTransition