Added switching between grid/list and little transitions for the panels

This commit is contained in:
DrabWeb
2017-05-19 17:52:34 -03:00
parent 1d61fc84c7
commit 05b8fc5126
4 changed files with 116 additions and 15 deletions

View File

@ -39,6 +39,13 @@ namespace osu.Game.Overlays.Direct
};
}
protected override void LoadComplete()
{
base.LoadComplete();
FadeInFromZero(200, EasingTypes.Out);
}
[BackgroundDependencyLoader]
private void load(LocalisationEngine localisation, TextureStore textures)
{