mirror of
https://github.com/ppy/osu.git
synced 2025-01-19 12:22:57 +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()
|
protected override void PopIn()
|
||||||
{
|
{
|
||||||
|
MoveToY(DrawHeight);
|
||||||
|
|
||||||
FadeIn(100, EasingTypes.OutQuint);
|
FadeIn(100, EasingTypes.OutQuint);
|
||||||
MoveToY(0, 800, EasingTypes.OutQuint);
|
MoveToY(0, 800, EasingTypes.OutQuint);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user