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:
parent
3e91dd2a16
commit
6bf7773532
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user