mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Add slight animation when highlighting an unread channel
This commit is contained in:
@ -134,7 +134,7 @@ namespace osu.Game.Overlays.Chat.ChannelList
|
||||
|
||||
Unread.BindValueChanged(change =>
|
||||
{
|
||||
text!.Colour = change.NewValue ? colourProvider.Content1 : colourProvider.Light3;
|
||||
text!.FadeColour(change.NewValue ? colourProvider.Content1 : colourProvider.Light3, 300, Easing.OutQuint);
|
||||
}, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user