Update tests and delay push animation until loader is done disappearing

This commit is contained in:
Dean Herbert
2020-03-11 13:20:31 +09:00
parent 4012e878b0
commit ec88f7a712
3 changed files with 23 additions and 13 deletions

View File

@ -19,7 +19,7 @@ namespace osu.Game.Graphics.UserInterface
protected Container MainContents;
protected const float TRANSITION_DURATION = 500;
public const float TRANSITION_DURATION = 500;
private const float spin_duration = 900;