Uses of Class
javafx.animation.KeyFrame
Package
Description
Provides the set of classes for ease of use transition based animations.
-
Uses of KeyFrame in javafx.animation
Modifier and TypeMethodDescriptionfinal ObservableList
<KeyFrame> Timeline.getKeyFrames()
Returns theKeyFrames
of thisTimeline
.ModifierConstructorDescriptionCreates aTimeline
with the provided key frames and a target framerate.Creates aTimeline
with the provided key frames.