Basics
Guides
API Reference
Basics
Guides
API Reference
[19:7] extends: FxObj
Wraps FXGL's AnimatedValueInterpolator.interpolate;
for typed forms see the AnimatedPoint2D, AnimatedPoint3D,
AnimatedColor, AnimatedPath, AnimatedString*, AnimatedImage,
and AnimatedQuad/CubicBezierPoint2D subclasses.
Pair with AnimationBuilder.animate(animatedValue) for use in
the animation pipeline.
AnimatedValue (From = null, To = null)
Creates a new AnimatedValue
for arbitrary T values that Interpolator.interpolate can handle (typically doubles).
From is the starting value.To is the ending value.adopt (object Ajo)
Wraps an existing AnimatedValue AussomJavaObject.
Ajo is an AussomJavaObject around an AnimatedValue.A new wrapper.getFrom ()
Returns the starting value.
getTo ()
Returns the ending value.
getValue (double Progress)
Samples the animated value at Progress in [0, 1] using the default linear interpolator.
Progress is the progress fraction.The interpolated value.getValueInterp (double Progress, InterpolatorObj)
Samples the animated value at Progress with the supplied Interpolator.
Progress is the progress fraction.InterpolatorObj is an AussomJavaObject around an Interpolator (see fxgl.Interpolators).The interpolated value.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.