mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 20:07:29 +08:00
Fix janky opening transition when resizing the chat and reopening the channel list
This commit is contained in:
parent
c2d1a44de5
commit
d728c87cca
@ -155,6 +155,8 @@ namespace osu.Game.Overlays.Chat
|
||||
|
||||
protected override void PopIn()
|
||||
{
|
||||
MoveToY(DrawHeight);
|
||||
|
||||
FadeIn(100, EasingTypes.OutQuint);
|
||||
MoveToY(0, 800, EasingTypes.OutQuint);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user