efl_ui_animation_view : Change transit facade sequence.

Summary:
  Call PLAY_START smart callback first. before call tansit_go.
  Because PLAY_UPDATE smart callback is called when transit_go is called
  and transit_cb is called.

Test Plan: refer to comment this revision

Reviewers: Hermet, kimcinoo

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8718
This commit is contained in:
junsu choi 2019-04-26 17:48:28 +09:00 committed by Hermet Park
parent 9a376e2c7a
commit 270bd9f7c7
1 changed files with 1 additions and 1 deletions

View File

@ -66,8 +66,8 @@ static void
_transit_go_facade(Efl_Ui_Animation_View_Data *pd)
{
pd->repeat_times = 0;
elm_transit_go(pd->transit);
evas_object_smart_callback_call(pd->obj, SIG_PLAY_START, NULL);
elm_transit_go(pd->transit);
}
static Eina_Bool