public class BubbleTransition extends CachedTimelineTransition
@keyframes bubble {
0%, { transform: scaleX(0) scaleY(0); }
60%, { transform: scaleX(0.5) scaleY(0.5); }
75%, { transform: scaleX(1.2) scaleY(1.2); }
85%, { transform: scaleX(1.3) scaleY(1.3); }
100%, { transform: scaleX(1) scaleY(1); }
}
| Modifier and Type | Field and Description |
|---|---|
static double |
DURATION |
node, timeline, WEB_EASE| Constructor and Description |
|---|
BubbleTransition(javafx.scene.Node node)
Create new BubbleTransition
|
interpolate, starting, 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, pause, play, playFrom, playFrom, playFromStart, rateProperty, setAutoReverse, setCycleCount, setCycleDuration, setDelay, setOnFinished, setRate, setStatus, statusProperty, stop, totalDurationPropertypublic static final double DURATION