mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 12:53:11 +08:00
Adjust fade in times slightly
This commit is contained in:
parent
8917ab78f4
commit
6bc6675fa1
@ -122,10 +122,8 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
},
|
||||
};
|
||||
|
||||
background.DelayedLoadComplete += fadeContentIn;
|
||||
mainFlow.DelayedLoadComplete += fadeContentIn;
|
||||
|
||||
static void fadeContentIn(Drawable d) => d.FadeInFromZero(750, Easing.OutQuint);
|
||||
background.DelayedLoadComplete += d => d.FadeInFromZero(750, Easing.OutQuint);
|
||||
mainFlow.DelayedLoadComplete += d => d.FadeInFromZero(500, Easing.OutQuint);
|
||||
}
|
||||
|
||||
protected override void Deselected()
|
||||
|
Loading…
Reference in New Issue
Block a user