[NUI] Add Slide transition
authorSeungho Baek <sbsh.baek@samsung.com>
Mon, 9 Aug 2021 07:47:00 +0000 (16:47 +0900)
committerhuiyu <35286162+huiyueun@users.noreply.github.com>
Tue, 7 Sep 2021 09:05:39 +0000 (18:05 +0900)
commit19c2bb62cf7bb3e07748527962784dcc91410fd8
tree0b17d62a540e303920b5d226f6d0ea7d722e4e7e
parente59a1b4def5253eecaf57c641890d8464713a8ca
[NUI] Add Slide transition

Signed-off-by: Seungho Baek <sbsh.baek@samsung.com>
src/Tizen.NUI.Components/Controls/Navigation/Navigator.cs
src/Tizen.NUI/src/internal/Interop/Interop.SlideTransitionDirection.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Interop/Interop.SlideTransitionItem.cs [new file with mode: 0755]
src/Tizen.NUI/src/internal/Transition/SlideTransitionItem.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/Common/NUIConstants.cs
src/Tizen.NUI/src/public/Transition/SlideTransition.cs [new file with mode: 0644]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/PageTransitionSample.cs