diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-08-25 17:08:59 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-12 21:03:49 +0900 |
commit | e1a73fffb9a8e3ededcf4a06c47b034536c33e9c (patch) | |
tree | a171a90500ea2a90afd1681641192507dc868ccf /src/lib/evas/Evas_Eo.h | |
parent | 5a1147d643b62740ac72d91d8daf88ccf4c748a2 (diff) |
efl_animation: Add group animation
Efl.Animation.Group is an abstract class which provides methods for
group animations such as parallel and sequential group animations.
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 a2efd4611d..6f52e0c809 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -60,6 +60,7 @@ | |||
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_translate.eo.h" |
63 | #include "canvas/efl_animation_group.eo.h" | ||
63 | #include "canvas/efl_animation_object.eo.h" | 64 | #include "canvas/efl_animation_object.eo.h" |
64 | #include "canvas/efl_animation_object_alpha.eo.h" | 65 | #include "canvas/efl_animation_object_alpha.eo.h" |
65 | #include "canvas/efl_animation_object_rotate.eo.h" | 66 | #include "canvas/efl_animation_object_rotate.eo.h" |