[Docs] fix FIXME to proper param names
authorSung-Taek Hong <sth253.hong@samsung.com>
Fri, 26 Jun 2015 05:48:26 +0000 (14:48 +0900)
committerSungTaek Hong <sth253.hong@samsung.com>
Fri, 26 Jun 2015 05:50:47 +0000 (14:50 +0900)
Change-Id: I5ddcdf80286ed99781a15e70ac77ef6e6bfd5d0e
Signed-off-by: Sung-Taek Hong <sth253.hong@samsung.com>
org.tizen.tutorials/html/native/ui/edje_effects_tutorial_n.htm

index 257097b..25a21ea 100644 (file)
@@ -114,7 +114,7 @@ program
 &nbsp;&nbsp;&nbsp;transition: BOUNCE 2.5 0.0 5.0;
 }
 </pre><p>This program is named <span style="font-family: Courier New,Courier,monospace">animation,state1</span> and is started when the application receives the <span style="font-family: Courier New,Courier,monospace">load</span> signal immediately on startup. It runs the <span style="font-family: Courier New,Courier,monospace">STATE_SET</span> action so it changes the object state from default to down-state. The target of the program is the logo <span style="font-family: Courier New,Courier,monospace">part</span>.</p>
-<p>In order to switch from one state to another, it uses a <span style="font-family: Courier New,Courier,monospace">transition</span> of the <span style="font-family: Courier New,Courier,monospace">BOUNCE</span> type with three parameters, the <span style="font-family: Courier New,Courier,monospace">FIXME</span>, the <span style="font-family: Courier New,Courier,monospace">FIXME</span>, and the duration which here is set to five seconds.</p>
+<p>In order to switch from one state to another, it uses a <span style="font-family: Courier New,Courier,monospace">transition</span> of the <span style="font-family: Courier New,Courier,monospace">BOUNCE</span> type with three parameters, the <span style="font-family: Courier New,Courier,monospace">bounce_decay</span>, the <span style="font-family: Courier New,Courier,monospace">number_of_bounces</span>, and the duration which here is set to five seconds.</p>
 <p>This produces an falling and bouncing effect.</p>
 <p>Also add an animation for the window title to make it move from the left to the right with a bounce effect while growing the font size.</p>
 <p>Create a new state on the part called &quot;txt_title&quot; inside which both the font size and position are changed.</p>