[NUI] Update description of Transition classes
authorJiyun Yang <ji.yang@samsung.com>
Tue, 5 Jan 2021 09:03:06 +0000 (18:03 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Mon, 11 Jan 2021 05:49:43 +0000 (14:49 +0900)
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
src/Tizen.NUI/src/public/TransitionAnimations/TransitionAnimations.cs
src/Tizen.NUI/src/public/TransitionData.cs
src/Tizen.NUI/src/public/TransitionOptions/TransitionOptions.cs

index dbd016c..8c01fb4 100755 (executable)
@@ -39,8 +39,12 @@ namespace Tizen.NUI
     }
 
     /// <summary>
-    /// Transition animation effect
+    /// Transition animation effect.
+    /// This is normally used to specify transitions for a NUIApplication.
     /// </summary>
+    /// <seealso cref="TransitionOptions.ForwardAnimation" />
+    /// <seealso cref="TransitionOptions.BackwardAnimation" />
+    /// <seealso cref="NUIApplication.TransitionOptions" />
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class TransitionAnimation : IDisposable
     {
index 8a8f069..6c30075 100755 (executable)
@@ -20,6 +20,7 @@ namespace Tizen.NUI
 {
     /// <summary>
     /// This object translates data from a property array of maps into an array of animators.
+    /// This is normally used when animating visuals.
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
     public class TransitionData : BaseHandle
index 9cdedbc..97e5c0f 100755 (executable)
@@ -25,7 +25,9 @@ namespace Tizen.NUI
 {
     /// <summary>
     /// Setting screen transition options.
+    /// This is used to describe the transition of NUIApplication.
     /// </summary>
+    /// <seealso cref="NUIApplication.TransitionOptions" />
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class TransitionOptions : IDisposable
     {