1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 10:22:56 +08:00

Add transitions to footer when flowing to another row

This commit is contained in:
Joehu 2020-04-23 22:44:17 -07:00
parent 118db03b56
commit 0f6ec274f9

View File

@ -219,6 +219,8 @@ namespace osu.Game.Overlays.Mods
RelativeSizeAxes = Axes.X,
Width = content_width,
Spacing = new Vector2(footer_button_spacing, footer_button_spacing / 2),
LayoutDuration = 100,
LayoutEasing = Easing.OutQuint,
Padding = new MarginPadding
{
Vertical = 15,