summaryrefslogtreecommitdiff
path: root/data/edje
diff options
context:
space:
mode:
authorkumar navneet <k.navneet@samsung.com>2015-05-18 11:01:24 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-05-18 11:04:11 +0200
commit4db130a680b01960d0f1a5f4fcbdb355b13185f5 (patch)
tree062d869a8d7480baf7861535002c2ff6a0e4a912 /data/edje
parentbe5eb3f2dead798da7bfb7a4a02a7065cf9ab550 (diff)
downloadefl-4db130a680b01960d0f1a5f4fcbdb355b13185f5.tar.gz
edje: add set_state_anim API to embryo script.
Summary: Issue: Current embryo script do not provide any mechanism to set transition type in animation Solution: A new API set_state_anim is added. Signed-Off by: Kumar Navneet <k.navneet@samsung.com> Signed-Off by: Shilpa Singh <shilpa.singh@samsung.com> Test Plan: A test edc (embryo_set_state_anim.edc) is added to edje examples to test set_state_anim API. Reviewers: shilpasingh, raster, cedric Reviewed By: cedric Subscribers: poornima.srinivasan, cedric Differential Revision: https://phab.enlightenment.org/D2470 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data/edje')
-rw-r--r--data/edje/include/edje.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/edje/include/edje.inc b/data/edje/include/edje.inc
index 6842db51ba..5a3e9dd290 100644
--- a/data/edje/include/edje.inc
+++ b/data/edje/include/edje.inc
@@ -315,3 +315,4 @@ enum Anim_Param
};
native set_tween_state_anim (part_id, state1[], Float:state1_val, state2[], Float:state2_val, Anim_Param:p, Float:tween, ...);
+native set_state_anim (part_id, state[], Float:state1_val, Anim_Param:p, Float:tween, ...);