bind_interval
Description:
Binds interval
to the property_name
of the Object attached
to this.
Note:
Use PropertyTransition instead
The Animation will take ownership of the passed Interval. For more information about animations, see animate.
If you need to update the interval instance use update_interval instead.
Parameters:
this | |
property_name |
the property to control |
interval |
a Interval |
Returns:
The animation itself. |