public class AnimationUtils
extends java.lang.Object
AnimationUtils creates built-in Transition using enums defined in the AnimationType. Most of the
animations are from Jasper Potts porting of Animate.css http://daneden.me/animate by Dan Eden, while we added some
animations and most likely adding more in the future.| Constructor and Description |
|---|
AnimationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static javafx.animation.Transition |
createTransition(javafx.scene.Node node,
AnimationType type)
Create default transition according to the animation type.
|
public static javafx.animation.Transition createTransition(javafx.scene.Node node,
AnimationType type)
node - the target nodetype - the AnimationType