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