Animation.addProperty

Adds a new property to the set of properties to be animated during the lifetime of the animation.

Side effects: None.

class Animation
void
addProperty
(
ParamSpec pspec
,
Value value
)

Parameters

pspec
Type: ParamSpec

A #ParamSpec of @target or a #GtkWidget<!-- -->'s parent.

value
Type: Value

The new value for the property at the end of the animation.

Meta