Package limn.animation
package limn.animation
Animated values for widget properties:
Transition eases one
float toward a target, ColorTransition does the same for a
Color, and Easing names the curve both
follow.
A transition drives itself off the scene's frame ticker only while moving and unregisters the instant it settles, so an idle widget costs nothing. With no scene (headless, or detached) it jumps straight to the target, which is the "final state, no animation" a test wants. Moving the target is UI-thread-confined like any widget mutation.
-
ClassDescriptionAn animated
Color: the color counterpart toTransition.An easing curve: maps a normalized timetin[0,1]to an eased progress (usually in[0,1], though some curves may overshoot).One animatedfloatproperty: the toolkit's reusable "CSS transition".