bind_interval


Description:

public unowned Animation bind_interval (string property_name, owned Interval interval)

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

a Animation

property_name

the property to control

interval

a Interval

Returns:

The animation itself.