From 5f32be0f700589d2ee62879e0bdb20c94021d93a Mon Sep 17 00:00:00 2001 From: Sung-Taek Hong Date: Fri, 26 Jun 2015 14:48:26 +0900 Subject: [PATCH] [Docs] fix FIXME to proper param names Change-Id: I5ddcdf80286ed99781a15e70ac77ef6e6bfd5d0e Signed-off-by: Sung-Taek Hong --- org.tizen.tutorials/html/native/ui/edje_effects_tutorial_n.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.tizen.tutorials/html/native/ui/edje_effects_tutorial_n.htm b/org.tizen.tutorials/html/native/ui/edje_effects_tutorial_n.htm index 257097b..25a21ea 100644 --- a/org.tizen.tutorials/html/native/ui/edje_effects_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/ui/edje_effects_tutorial_n.htm @@ -114,7 +114,7 @@ program    transition: BOUNCE 2.5 0.0 5.0; }

This program is named animation,state1 and is started when the application receives the load signal immediately on startup. It runs the STATE_SET action so it changes the object state from default to down-state. The target of the program is the logo part.

-

In order to switch from one state to another, it uses a transition of the BOUNCE type with three parameters, the FIXME, the FIXME, and the duration which here is set to five seconds.

+

In order to switch from one state to another, it uses a transition of the BOUNCE type with three parameters, the bounce_decay, the number_of_bounces, and the duration which here is set to five seconds.

This produces an falling and bouncing effect.

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.

Create a new state on the part called "txt_title" inside which both the font size and position are changed.

-- 2.7.4