Basics
Guides
API Reference
Basics
Guides
API Reference
[11:7] extends: Animation
Represents a JavaFX Timeline, a keyframe-based animation. Add keyframes with addKeyFrame() then call play().
Timeline ()
Creates a new Timeline with no keyframes.
addKeyFrame (double Millis, callback OnFinished)
Adds a keyframe at the specified time with a callback.
Millis is a double with the time in milliseconds.OnFinished is a callback called when this keyframe is reached.this object for chaininggetKeyFrames ()
Returns the live ObservableList of KeyFrames on this timeline. Add or remove KeyFrame entries to alter the animation.
An AJO around an ObservableList
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.