1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:57:52 +08:00

Increase duration of expansion transition

This commit is contained in:
Dean Herbert 2023-01-25 14:27:54 +09:00
parent 3e91dd2a16
commit 6bf7773532

View File

@ -218,7 +218,7 @@ namespace osu.Game.Overlays.Profile.Header
private void updateCoverState()
{
const float transition_duration = 250;
const float transition_duration = 500;
bool expanded = coverToggle.CoverExpanded.Value;