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:
parent
118db03b56
commit
0f6ec274f9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user