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

Add auto size duration

This commit is contained in:
Dean Herbert 2019-08-17 15:29:39 +09:00
parent 50046d5f69
commit 097763bb1c

View File

@ -106,6 +106,8 @@ namespace osu.Game.Beatmaps.Drawables
new FillFlowContainer
{
AutoSizeAxes = Axes.Both,
AutoSizeDuration = 200,
AutoSizeEasing = Easing.OutQuint,
Direction = FillDirection.Vertical,
Padding = new MarginPadding(10),
Children = new Drawable[]