[NUI] Add property LayoutWithTransition to LayoutItem (#1426)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Thu, 20 Feb 2020 01:13:22 +0000 (10:13 +0900)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 01:13:22 +0000 (10:13 +0900)
commit058e2211d27577afe9cde9a5db8f63c3b38688bf
treeb27d9cecdcc77b07301a701e1154a38763281ca5
parentbba47060fb35146c2d43d03d5f7e546adb545c17
[NUI] Add property LayoutWithTransition to LayoutItem (#1426)

Not every developer wants default transition effect in Layout.

For them, make property which can enable or disable transition effect.
Currently, default is false but can be changed.

This property only effects to chilren of Layout Owner.
src/Tizen.NUI/src/internal/Layouting/LayoutController.cs
src/Tizen.NUI/src/public/Layouting/LayoutGroup.cs
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs