add_property
Description:
public void add_property (
ParamSpec pspec,
Value value)
Adds a new property to the set of properties to be animated during the lifetime of the animation.
Side effects: None.
Parameters:
this |
A Animation.
|
pspec |
A ParamSpec of target or a Widget<!-- -->'s parent.
|
value |
The new value for the property at the end of the animation.
|