mirror of
https://github.com/ppy/osu
synced 2024-12-15 03:16:17 +00:00
Increase fade duration
This commit is contained in:
parent
1a345c06c6
commit
f3a0e2ed55
@ -426,7 +426,7 @@ namespace osu.Game.Overlays.Mods
|
||||
else
|
||||
targetColour = IsHovered ? colours.GrayC : colours.Gray8;
|
||||
|
||||
this.FadeColour(targetColour, 300, Easing.OutQuint);
|
||||
this.FadeColour(targetColour, 800, Easing.OutQuint);
|
||||
}
|
||||
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
|
Loading…
Reference in New Issue
Block a user