Add animation to a Layout container to define how it interpolates when content reflows. When a Layout container needs to resize, its children may need to change their position. Adding Layout animation allows the reflowing of children to happen over time and with a chosen easing curve.
+
action alongside Layout Animation
in the inspector. Typically, you may want to set this on the parent Layout in the majority of cases.
inherit
means they’ll all use the same parameters as those on the parent. Alternatively, you can choose to apply custom interpolation to child components individually.