[NUI] Fix Animation comment 67/162767/1
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 30 Nov 2017 03:10:09 +0000 (12:10 +0900)
committerhuiyu,eun <huiyu.eun@samsung.com>
Tue, 5 Dec 2017 07:45:51 +0000 (16:45 +0900)
Change-Id: I26f7d7335e7e2461c5dd23541f8128c48ce64432

src/Tizen.NUI/src/public/Animation.cs

index 98c0db7..9caa1ee 100755 (executable)
@@ -260,8 +260,8 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// Set: Enables looping for 'count' repeats. A zero is the same as Looping = true; i.e., repeat forever.<br />
-        /// If Play() Stop() or 'count' loops is reached, the loop counter will reset.<br />
+        /// Set: Enables looping for a specified number of repeats. A zero is the same as Looping = true; i.e., repeat forever.<br />
+        /// This property resets the looping value and should not be used with the Looping property.<br />
         /// Setting this parameter does not cause the animation to Play().<br />
         /// Get: Gets the loop count. A zero is the same as Looping = true; i.e., repeat forever.<br />
         /// The loop count is initially 1 for play once.<br />
@@ -1171,4 +1171,4 @@ namespace Tizen.NUI
 
     }
 
-}
\ No newline at end of file
+}