This is an example of a more advanced animation using JFXBuilder's "Periodic Interpolator", an Interpolator subclass which allows you to create sub-loops within an animation.
PeriodicInterpolator { frequency:3 }
PeriodicInterpolator { frequency:3, phase:.25 }
(It's not a grapefruit.)

|