diff options
author | kumar navneet <k.navneet@samsung.com> | 2015-05-18 11:01:24 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-05-18 11:04:11 +0200 |
commit | 4db130a680b01960d0f1a5f4fcbdb355b13185f5 (patch) | |
tree | 062d869a8d7480baf7861535002c2ff6a0e4a912 /data/edje | |
parent | be5eb3f2dead798da7bfb7a4a02a7065cf9ab550 (diff) | |
download | efl-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.inc | 1 |
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, ...); |