bind
Description:
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 | |
property_name |
the property to control |
final |
The final value of the property |
Returns:
The animation itself. |