efl_animation: Add interpolator property
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 13 Sep 2017 05:59:22 +0000 (14:59 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 12 Oct 2017 12:03:49 +0000 (21:03 +0900)
commit39cc542d7f47436d84c3dfd5c1138f9610da3de2
treea8af43918d9f3d7dacea29022d8af21c9303020e
parent2ae42b00abd675eeaebfc3b6966ae7ab02744b95
efl_animation: Add interpolator property

Interpolator property is added to apply interpolation function.
31 files changed:
src/Makefile_Elementary.am
src/bin/elementary/Makefile.am
src/bin/elementary/test.c
src/bin/elementary/test_efl_anim_interpolator.c [new file with mode: 0644]
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_alpha_private.h
src/lib/evas/canvas/efl_animation_group.c
src/lib/evas/canvas/efl_animation_group.eo
src/lib/evas/canvas/efl_animation_group_parallel.c
src/lib/evas/canvas/efl_animation_group_parallel_private.h
src/lib/evas/canvas/efl_animation_group_private.h
src/lib/evas/canvas/efl_animation_group_sequential.c
src/lib/evas/canvas/efl_animation_group_sequential_private.h
src/lib/evas/canvas/efl_animation_object.c
src/lib/evas/canvas/efl_animation_object_group.c
src/lib/evas/canvas/efl_animation_object_group_parallel.c
src/lib/evas/canvas/efl_animation_object_group_parallel_private.h
src/lib/evas/canvas/efl_animation_object_group_private.h
src/lib/evas/canvas/efl_animation_object_group_sequential.c
src/lib/evas/canvas/efl_animation_object_group_sequential_private.h
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_rotate_private.h
src/lib/evas/canvas/efl_animation_scale.c
src/lib/evas/canvas/efl_animation_scale_private.h
src/lib/evas/canvas/efl_animation_translate.c
src/lib/evas/canvas/efl_animation_translate_private.h