Package org.gnome.adw

Class TimedAnimation

java.lang.Object
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public final class TimedAnimation extends Animation
A time-based Animation.

AdwTimedAnimation implements a simple animation interpolating the given value from TimedAnimation:value-from to TimedAnimation:value-to over TimedAnimation:duration milliseconds using the curve described by TimedAnimation:easing.

If TimedAnimation:reverse is set to TRUE, AdwTimedAnimation will instead animate from TimedAnimation:value-to to TimedAnimation:value-from, and the easing curve will be inverted.

The animation can repeat a certain amount of times, or endlessly, depending on the TimedAnimation:repeat-count value. If TimedAnimation:alternate is set to TRUE, it will also change the direction every other iteration.