1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 13:27:23 +08:00

Fix janky opening transition when resizing the chat and reopening the channel list

This commit is contained in:
DrabWeb 2017-06-01 05:26:01 -03:00
parent c2d1a44de5
commit d728c87cca

View File

@ -155,6 +155,8 @@ namespace osu.Game.Overlays.Chat
protected override void PopIn()
{
MoveToY(DrawHeight);
FadeIn(100, EasingTypes.OutQuint);
MoveToY(0, 800, EasingTypes.OutQuint);