diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-08-25 13:37:12 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-12 21:03:49 +0900 |
commit | f01c96e54292979b6c7d43f212413d2998b3dc4a (patch) | |
tree | 1e6fb6fff7228982a5ec27dce7bdc55ebe07503b /src/lib/evas/Evas_Eo.h | |
parent | 55405208469198060d2fc1f7c590ed84f474b8ed (diff) |
efl_animation: Add translate animation
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index a923f3aace..51b1305a42 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -59,6 +59,7 @@ | |||
59 | #include "canvas/efl_animation_alpha.eo.h" | 59 | #include "canvas/efl_animation_alpha.eo.h" |
60 | #include "canvas/efl_animation_rotate.eo.h" | 60 | #include "canvas/efl_animation_rotate.eo.h" |
61 | #include "canvas/efl_animation_scale.eo.h" | 61 | #include "canvas/efl_animation_scale.eo.h" |
62 | #include "canvas/efl_animation_translate.eo.h" | ||
62 | #include "canvas/efl_animation_object.eo.h" | 63 | #include "canvas/efl_animation_object.eo.h" |
63 | #include "canvas/efl_animation_object_alpha.eo.h" | 64 | #include "canvas/efl_animation_object_alpha.eo.h" |
64 | #include "canvas/efl_animation_object_rotate.eo.h" | 65 | #include "canvas/efl_animation_object_rotate.eo.h" |