efl_animation: Add repeat_count property
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 30 Aug 2017 11:20:15 +0000 (20:20 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 12 Oct 2017 12:03:49 +0000 (21:03 +0900)
commit108994d383f943f968d7fdead79220c496ebc811
tree444bbea8f239c4a80e3c05ffa75e345e0c25f767
parent87a14507b218e5ca666b33d5305f4a8c8b22f0c5
efl_animation: Add repeat_count property
21 files changed:
src/Makefile_Elementary.am
src/bin/elementary/Makefile.am
src/bin/elementary/test.c
src/bin/elementary/test_efl_anim_repeat.c [new file with mode: 0644]
src/lib/evas/Evas_Common.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_parallel.c
src/lib/evas/canvas/efl_animation_group_sequential.c
src/lib/evas/canvas/efl_animation_object.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_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_scale.c
src/lib/evas/canvas/efl_animation_translate.c