Virtualvfunc_Finds the GObject.ParamSpec for property_name
the name of the animatable property to find
Virtualvfunc_Virtualvfunc_Retrieves the current state of property_name and sets value with it
the name of the animatable property to retrieve
a GObject.Value initialized to the type of the property to retrieve
Virtualvfunc_Asks a Clutter.Animatable implementation to interpolate a
a named property between the initial and final values of
a Clutter.Interval, using progress as the interpolation
value, and store the result inside value.
This function should be used for every property animation involving Clutter.Animatables.
the name of the property to interpolate
a Clutter.Interval with the animation range
the progress to use to interpolate between the initial and final values of the interval
Virtualvfunc_Sets the current state of property_name to value
the name of the animatable property to set
the value of the animatable property to set
Interface for implementing Animatable. Contains only the virtual methods that need to be implemented.