Uses of Class
io.github.palexdev.materialfx.utils.AnimationUtils.TimelineBuilder
Packages that use AnimationUtils.TimelineBuilder
-
Uses of AnimationUtils.TimelineBuilder in io.github.palexdev.materialfx.utils
Methods in io.github.palexdev.materialfx.utils that return AnimationUtils.TimelineBuilderModifier and TypeMethodDescriptionAdds the specified KeyFrames to the timeline.AnimationUtils.TimelineBuilder.build()Callshide(Duration, Node)by converting the given millis value withDuration.millis(double).Callshide(Duration, Window)by converting the given millis value withDuration.millis(double).AnimationUtils.TimelineBuilder.hide(AnimationsData data) Builds the KeyFrames to hide the specified node in the AnimationsData bean, by fading it out.Builds the KeyFrames to hide the given node by fading it out.Builds a KeyFrame to hide the given Window by fading it out.AnimationUtils.TimelineBuilder.setCycleCount(int cycleCount) Sets the timeline cycle count.AnimationUtils.TimelineBuilder.setDelay(double millis) Sets the timeline delay.Sets the timeline delay.AnimationUtils.TimelineBuilder.setOnFinished(EventHandler<ActionEvent> onFinished) Sets the action to perform when the timeline ends.AnimationUtils.TimelineBuilder.setRate(double rate) Sets the timeline rate/speed.Callsshow(Duration, Node)by converting the given millis value withDuration.millis(double).Callsshow(Duration, Window)by converting the given millis value withDuration.millis(double).AnimationUtils.TimelineBuilder.show(AnimationsData data) Creates and adds a fade in animation for each givenAnimationsData.Builds the KeyFrames to show the given node by fading it in.Builds a KeyFrame to show the given Window by fading it in.