Reduce duration of easing out bounce otherwise we get glitches

This commit is contained in:
twinaphex 2019-05-14 14:52:40 +02:00
parent 35910e8785
commit 7ea74548b1

View File

@ -1722,7 +1722,7 @@ static void xmb_list_switch_horizontal_list(xmb_handle_t *xmb)
entry.easing_enum = EASING_IN_SINE;
break;
case 2:
entry.duration = XMB_DELAY * 4;
entry.duration = XMB_DELAY * 2;
entry.easing_enum = EASING_OUT_BOUNCE;
break;
}