bind


Description:

public unowned Animation bind (string property_name, Value final)

Adds a single property with name property_name to the animation this.

Note:

Use PropertyTransition instead

For more information about animations, see animate.

This method returns the animation primarily to make chained calls convenient in language bindings.

Parameters:

this

a Animation

property_name

the property to control

final

The final value of the property

Returns:

The animation itself.