[NUI] Layout Transition Performance Improvement (#3562)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Layouting / LayoutController.cs
index ae1f13c..b6574c7 100755 (executable)
@@ -115,6 +115,11 @@ namespace Tizen.NUI
                     }
                 });
             });
+
+            if (SetupCoreAnimation() && OverrideCoreAnimation == false)
+            {
+                PlayAnimation();
+            }
         }
         /// <summary>
         /// Get the Layouting animation object that transitions layouts and content.
@@ -246,11 +251,6 @@ namespace Tizen.NUI
                                      new LayoutLength(positionX) + root.Layout.MeasuredWidth.Size,
                                      new LayoutLength(positionY) + root.Layout.MeasuredHeight.Size);
             }
-
-            if (SetupCoreAnimation() && OverrideCoreAnimation == false)
-            {
-                PlayAnimation();
-            }
         }
 
         private float GetLengthSize(float size, int specification)