[NUI] RiveAnimationView: refines the function and parameters name
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Samples / Tizen.NUI.Samples / Samples / RiveAnimationTest.cs
index b141b39..dcf4711 100755 (executable)
@@ -36,7 +36,7 @@ namespace Tizen.NUI.Samples
             };
             playButton.Clicked += (object source, ClickedEventArgs args) =>
             {
-                rav.PlayAnimation();
+                rav.Play();
             };
 
             stopButton = new Button()
@@ -47,7 +47,7 @@ namespace Tizen.NUI.Samples
             };
             stopButton.Clicked += (object source, ClickedEventArgs args) =>
             {
-                rav.StopAnimation();
+                rav.Stop();
             };
 
             bounceButton = new Button()