diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 271ba2af9a..a55cee0d36 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -1237,6 +1237,8 @@ static void xmb_selection_pointer_changed( } else { + + /* Move up/down animation */ menu_animation_ctx_entry_t anim_entry; anim_entry.duration = XMB_DELAY; @@ -1684,6 +1686,8 @@ static void xmb_list_switch_horizontal_list(xmb_handle_t *xmb) iz = xmb->categories_active_zoom; } + /* Horizontal icon animation */ + entry.duration = XMB_DELAY; entry.target_value = ia; entry.subject = &node->alpha; @@ -2071,6 +2075,8 @@ static void xmb_list_open(xmb_handle_t *xmb) xmb_list_open_new(xmb, selection_buf, dir, selection); + /* Menu opening animation */ + entry.duration = XMB_DELAY; entry.target_value = xmb->icon_size * -(xmb->depth*2-2); entry.subject = &xmb->x;