mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Speed up animations
This commit is contained in:
@ -154,7 +154,7 @@ namespace osu.Game.Overlays.Chat
|
||||
protected override bool OnHover(InputState state)
|
||||
{
|
||||
if (!channel.Joined.Value)
|
||||
name.FadeColour(hoverColour, transition_duration);
|
||||
name.FadeColour(hoverColour, 50, EasingTypes.OutQuint);
|
||||
|
||||
return base.OnHover(state);
|
||||
}
|
||||
|
Reference in New Issue
Block a user