Uses of Class
io.github.palexdev.materialfx.beans.AnimationsData
Packages that use AnimationsData
-
Uses of AnimationsData in io.github.palexdev.materialfx.beans
Methods in io.github.palexdev.materialfx.beans that return AnimationsDataModifier and TypeMethodDescriptionstatic AnimationsDataBuilds a new AnimationsData object with the given node and duration, the action is set to null.static AnimationsDataAnimationsData.of(Node node, Duration duration, EventHandler<ActionEvent> onFinished) Builds a new AnimationsData object with the given node and duration and action. -
Uses of AnimationsData in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils with parameters of type AnimationsDataModifier and TypeMethodDescriptionAnimationUtils.AbstractBuilder.hide(AnimationsData... data) Creates and adds a fade out animation for each givenAnimationsData.AnimationUtils.TimelineBuilder.hide(AnimationsData data) Builds the KeyFrames to hide the specified node in the AnimationsData bean, by fading it out.AnimationUtils.AbstractBuilder.show(AnimationsData... data) Creates and adds a fade in animation for each givenAnimationsData.AnimationUtils.TimelineBuilder.show(AnimationsData data) Creates and adds a fade in animation for each givenAnimationsData.