Warning: animate_with_alphav is deprecated since 1.10.
Animates the given list of properties of this between the current value for each property and a new final value.
Use the implicit transition for animatable properties in Actor instead.
See save_easing_state, set_easing_mode, set_easing_duration, set_easing_delay, and restore_easing_state.
The animation has a definite behaviour given by the passed alpha
.
See animate for further details.
This function is useful if you want to use an existing Alpha to animate this.
This is the vector-based variant of animate_with_alpha, useful for language bindings.
Unlike animate_with_alpha, this function will not allow you to specify "signal::" names and callbacks.
this |
a Actor |
alpha |
a Alpha |
properties |
a vector containing the property names to set |
values |
a vector containing the property values to set |
n_properties |
number of property names and values |
a Animation object. The object is owned by the Actor and should not be unreferenced with unref |