Increase fade duration

This commit is contained in:
Dean Herbert 2022-04-28 14:59:39 +09:00
parent 1a345c06c6
commit f3a0e2ed55

View File

@ -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)