mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 05:09:57 +08:00
Increase fade duration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user