[NUI] Add property LayoutWithTransition to LayoutItem (#1427)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Thu, 20 Feb 2020 01:14:09 +0000 (10:14 +0900)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 01:14:09 +0000 (10:14 +0900)
commitf80fcaf56b92b32daeb8dacd26e28c686791ea98
treecb08b25d4d7bc6f6d965ffad1a735dccd3cd6419
parent13fc98475a46cc50379dd122af23b09cbcd148a9
[NUI] Add property LayoutWithTransition to LayoutItem (#1427)

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