mirror of
https://github.com/ppy/osu
synced 2024-12-30 19:02:27 +00:00
Fix playlist items not animating when rearranging
This commit is contained in:
parent
5dfd4180c8
commit
5fb6f220e6
@ -156,6 +156,8 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
|
||||
protected override FillFlowContainer<RearrangeableListItem<PlaylistItem>> CreateListFillFlowContainer() => new FillFlowContainer<RearrangeableListItem<PlaylistItem>>
|
||||
{
|
||||
LayoutDuration = 200,
|
||||
LayoutEasing = Easing.OutQuint,
|
||||
Spacing = new Vector2(0, 2)
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user