mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Adjust fade in times slightly
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user