This class represents an individual animation actuator.
It handles easing functions, animation updates, and completion callbacks.
See also:
Methods
ease(f:Float ‑> Float):Actuator
Sets the easing function for the animation.
Parameters:
f | The easing function to use. |
---|
onCompleted(f:() ‑> Void):Actuator
Sets a callback function to execute when the animation is complete.
Parameters:
f | The function to call when completed. |
---|