efl_animation: Add rotate animation object
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Fri, 25 Aug 2017 02:26:09 +0000 (11:26 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 12 Oct 2017 12:03:49 +0000 (21:03 +0900)
commit29917e4e91c61cff88753bddbeb571e58faea9a6
tree22986e5633f0075551aec5a8fe9140cffe35639b
parentd4f96f97289eab6ea810ee8fc14b6c29ccec15ae
efl_animation: Add rotate animation object
13 files changed:
src/Makefile_Elementary.am
src/Makefile_Evas.am
src/bin/elementary/Makefile.am
src/bin/elementary/test.c
src/bin/elementary/test_efl_anim_rotate.c [new file with mode: 0644]
src/lib/evas/Evas_Common.h
src/lib/evas/Evas_Eo.h
src/lib/evas/Evas_Internal.h
src/lib/evas/canvas/efl_animation_object_rotate.c [new file with mode: 0644]
src/lib/evas/canvas/efl_animation_object_rotate.eo [new file with mode: 0644]
src/lib/evas/canvas/efl_animation_object_rotate_private.h [new file with mode: 0644]
src/lib/evas/canvas/efl_animation_rotate.c
src/lib/evas/canvas/efl_animation_rotate.eo