efl_canvas_animation: fix final_state_keep logic
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 4 Jun 2019 12:49:08 +0000 (21:49 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Wed, 12 Jun 2019 05:15:56 +0000 (14:15 +0900)
commit4e05cf8f50cf43c6b07e2c7569aaefcbdd33a565
treebfaa36098b2f2fa30a7371f09178959a70bad88d
parent9454329584f21622e5d40fda92d81db070d68dcd
efl_canvas_animation: fix final_state_keep logic

Previously, final_state_keep did not work correctly with animation
repeat.
e.g. repeat mode is restart and repeat count is 1, then final_state_keep
did not work.

Now, final_state_keep logic has been fixed to work correctly.
src/lib/evas/canvas/efl_canvas_animation_player.c