diff options
author | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-08-25 17:54:29 +0900 |
---|---|---|
committer | Jaehyun Cho <jae_hyun.cho@samsung.com> | 2017-10-12 21:03:49 +0900 |
commit | 923a5b02ebe8d2b2365bdd82534576e2f272a849 (patch) | |
tree | b0423ba2bef3688f44e8ae35a293d4f30738debb /src/lib/evas/Evas_Eo.h | |
parent | 861a90415c6b41c02a2599f4b2deb50f254dba02 (diff) |
efl_animation: Add parallel group animation and object
Efl.Animation.Group.Parallel is a class for animations started in
parallel.
Efl.Animation.Object.Group.Parallel is a class which provides methods
for an object of Efl.Animation.Group.Parallel.
The objects added into the parallel group animation object start in
parallel.
Diffstat (limited to 'src/lib/evas/Evas_Eo.h')
-rw-r--r-- | src/lib/evas/Evas_Eo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/evas/Evas_Eo.h b/src/lib/evas/Evas_Eo.h index b0a2d25924..ad4eed9c6e 100644 --- a/src/lib/evas/Evas_Eo.h +++ b/src/lib/evas/Evas_Eo.h | |||
@@ -61,12 +61,14 @@ | |||
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_group.eo.h" |
64 | #include "canvas/efl_animation_group_parallel.eo.h" | ||
64 | #include "canvas/efl_animation_object.eo.h" | 65 | #include "canvas/efl_animation_object.eo.h" |
65 | #include "canvas/efl_animation_object_alpha.eo.h" | 66 | #include "canvas/efl_animation_object_alpha.eo.h" |
66 | #include "canvas/efl_animation_object_rotate.eo.h" | 67 | #include "canvas/efl_animation_object_rotate.eo.h" |
67 | #include "canvas/efl_animation_object_scale.eo.h" | 68 | #include "canvas/efl_animation_object_scale.eo.h" |
68 | #include "canvas/efl_animation_object_translate.eo.h" | 69 | #include "canvas/efl_animation_object_translate.eo.h" |
69 | #include "canvas/efl_animation_object_group.eo.h" | 70 | #include "canvas/efl_animation_object_group.eo.h" |
71 | #include "canvas/efl_animation_object_group_parallel.eo.h" | ||
70 | 72 | ||
71 | #endif /* EFL_EO_API_SUPPORT */ | 73 | #endif /* EFL_EO_API_SUPPORT */ |
72 | 74 | ||