Languages

Menu
Sites
Language
Cancel default animation

Hi.

I have some problem with changing views. I use naviftame container, and when views are changed it followed by zoom animation. It looks fine, but I do not need it. So could I cancel it?

Thank you!

#gears2uainside

 

 

Edited by: Sergey Artuh on 17 Jan, 2016

Responses

3 Replies
Hermet Park

please try elm_object_item_del(); instead of elm_naviframe_item_pop();

Sergey Artuh

I mostly need disable animation when I push item

Hermet Park

then insert the view instead of push.

elm_naviframe_item_insert_after()

elm_naviframe_item_insert_before()

...