set_use_animations


Description:

[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.2" ) ]
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:

The layout manager will honour the easing state of the children when allocating them.

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.

Enabling animations will override the easing state of each child of the actor using this, and will use the easing_mode and easing_duration properties instead.

Parameters:

this

a BoxLayout

animate

true if the this should use animations