Add delay/tween in Layout Component

@slackmoehrle @RAAng @huynhthuan
Is their any way to add delay/tween in Layout change?

I create a layout component and i want to show animation when i remove/add element in the layout.

You should run the animation and on animation finish change the scene.

Here is what I would do

When adding

  • make the new element’s size small/zero
  • add the new element to layout
  • add tween to the element and make the size restore to the original size

Same goes for removing