set_use_animations


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public void set_use_animations (bool animate)

Warning: set_use_animations is deprecated since 1.12.

Sets whether this should animate changes in the layout properties

Note:

TableLayout will honour the easing state of the children when allocating them.

See set_easing_mode and set_easing_duration.

The duration of the animations is controlled by set_easing_duration; the easing mode to be used by the animations is controlled by set_easing_mode

Parameters:

this

a TableLayout

animate

true if the this should use animations