Add support for adding/removing items

Tests accompany of course
This commit is contained in:
Dean Herbert
2017-12-14 16:59:08 +09:00
parent 7814b2df14
commit b4b2f12116
3 changed files with 66 additions and 50 deletions

View File

@ -52,7 +52,7 @@ namespace osu.Game.Screens.Select.Carousel
new PanelBackground(manager.GetWorkingBeatmap(beatmapSet.Beatmaps.FirstOrDefault()))
{
RelativeSizeAxes = Axes.Both,
OnLoadComplete = d => d.FadeInFromZero(400, Easing.Out),
OnLoadComplete = d => d.FadeInFromZero(1000, Easing.OutQuint),
}, 300
),
new FillFlowContainer