mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 02:21:19 +08:00
Also add fade to ChannelItem selected box
This commit is contained in:
@@ -127,9 +127,9 @@ namespace osu.Game.Overlays.Chat.ChannelList
|
||||
selectedChannel.BindValueChanged(change =>
|
||||
{
|
||||
if (change.NewValue == channel)
|
||||
selectBox?.Show();
|
||||
selectBox?.FadeIn(300, Easing.OutQuint);
|
||||
else
|
||||
selectBox?.Hide();
|
||||
selectBox?.FadeOut(200, Easing.OutQuint);
|
||||
}, true);
|
||||
|
||||
Unread.BindValueChanged(change =>
|
||||
|
||||
Reference in New Issue
Block a user