Fade in sidebar buttons after the load has completed

This commit is contained in:
Dean Herbert
2021-08-16 19:47:27 +09:00
parent c6bd8520a7
commit 230c4eb247
2 changed files with 45 additions and 26 deletions

View File

@ -22,6 +22,9 @@ namespace osu.Game.Overlays.Settings
private readonly Box selectionIndicator;
private readonly Container text;
// always consider as part of flow, even when not visible (for the sake of the initial animation).
public override bool IsPresent => true;
private SettingsSection section;
public SettingsSection Section