efl_animation: Add group animation
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 25 Aug 2017 08:08:59 +0000 (17:08 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 12 Oct 2017 12:03:49 +0000 (21:03 +0900)
commite1a73fffb9a8e3ededcf4a06c47b034536c33e9c
treea171a90500ea2a90afd1681641192507dc868ccf
parent5a1147d643b62740ac72d91d8daf88ccf4c748a2
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.
16 files changed:
src/Makefile_Evas.am
src/lib/evas/Evas_Common.h
src/lib/evas/Evas_Eo.h
src/lib/evas/Evas_Internal.h
src/lib/evas/canvas/efl_animation.c
src/lib/evas/canvas/efl_animation.eo
src/lib/evas/canvas/efl_animation_alpha.c
src/lib/evas/canvas/efl_animation_group.c [new file with mode: 0644]
src/lib/evas/canvas/efl_animation_group.eo [new file with mode: 0644]
src/lib/evas/canvas/efl_animation_group_private.h [new file with mode: 0644]
src/lib/evas/canvas/efl_animation_object.c
src/lib/evas/canvas/efl_animation_object_private.h
src/lib/evas/canvas/efl_animation_private.h
src/lib/evas/canvas/efl_animation_rotate.c
src/lib/evas/canvas/efl_animation_scale.c
src/lib/evas/canvas/efl_animation_translate.c