1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Add layout duration to PasswordEntryPopover to make error text look a bit smoother

This commit is contained in:
Dean Herbert 2021-10-19 15:04:14 +09:00
parent d35fe5493a
commit 473459d191

View File

@ -200,6 +200,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
Spacing = new Vector2(5),
AutoSizeAxes = Axes.Both,
Direction = FillDirection.Vertical,
LayoutDuration = 500,
LayoutEasing = Easing.OutQuint,
Children = new Drawable[]
{
new FillFlowContainer