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.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.