Class
PhocTimedAnimation
[−]
Description [src]
final class Phoc.TimedAnimation : GObject.Object
{
/* No available fields */
}
An animation that ends after the given period of time.
PhocTimedAnimation
implements a timed animation using the given
PhocPropertyEaser
to animate properties of the PhocAnimatable
.
[−]
Properties
Phoc.TimedAnimation:dispose-on-done
Whether the animation should ref itself during construction and drop
that reference once it emitted the PhocTimedAnimation::done
signal. This frees the animated object from tracking the
animations life cycle thus making it easy to create “fire and
forget” animations.
Phoc.TimedAnimation:property-easer
The PhocPropertyEaser
that specifies the object and
properties to ease in the timed animation.
[+]