use_animations
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public bool use_animations { get; set; }
public bool use_animations { get; set; }
Warning: use_animations is deprecated since 1.12.
Whether the TableLayout should animate changes in the layout properties.
Note:
TableLayout will honour the easing state of the children when allocating them
By default, TableLayout will honour the easing state of the children when
allocating them. Setting this property to true
will override the easing state with the layout manager's
easing_mode and
easing_duration properties.