Merge remote-tracking branch 'upstream/master' into new-sounds-and-more

This commit is contained in:
Dean Herbert
2017-11-27 17:59:24 +09:00
15 changed files with 106 additions and 35 deletions

View File

@ -417,7 +417,7 @@ namespace osu.Game.Screens.Select
if (backgroundModeBeatmap != null)
{
backgroundModeBeatmap.Beatmap = beatmap;
backgroundModeBeatmap.BlurTo(background_blur, 1000);
backgroundModeBeatmap.BlurTo(background_blur, 750, Easing.OutQuint);
backgroundModeBeatmap.FadeTo(1, 250);
}