Remove ProgressNotification vertical movement and delay

This commit is contained in:
Dean Herbert
2022-08-30 19:16:59 +09:00
parent c846bf20a7
commit 6b71b4656d

View File

@ -141,8 +141,7 @@ namespace osu.Game.Overlays.Notifications
case ProgressNotificationState.Completed: case ProgressNotificationState.Completed:
loadingSpinner.Hide(); loadingSpinner.Hide();
MainContent.MoveToY(-DrawSize.Y / 2, 200, Easing.OutQuint); Completed();
this.FadeOut(200).Finally(_ => Completed());
break; break;
} }
} }