efl_animation: Add start_delay property
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 4 Sep 2017 10:17:48 +0000 (19:17 +0900)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 12 Oct 2017 12:03:49 +0000 (21:03 +0900)
commit595f47e202c1946d27bb0c39868a9bf8f4b98d78
treeb52cebe5afbe6a9ffb21bd2294226beb1b5c2f3f
parent108994d383f943f968d7fdead79220c496ebc811
efl_animation: Add start_delay property

Add start_delay property to delay the given amount of time in seconds
from when the animation starts until the animation is animated.
18 files changed:
src/Makefile_Elementary.am
src/bin/elementary/Makefile.am
src/bin/elementary/test.c
src/bin/elementary/test_efl_anim_start_delay.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_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_sequential.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