mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09:00
Adjust fade duration to be slightly shorter
This commit is contained in:
parent
2346644c04
commit
834b0186f4
@ -85,10 +85,7 @@ namespace osu.Game.Screens.Select.Carousel
|
|||||||
mainFlow.DelayedLoadComplete += fadeContentIn;
|
mainFlow.DelayedLoadComplete += fadeContentIn;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void fadeContentIn(Drawable d)
|
private void fadeContentIn(Drawable d) => d.FadeInFromZero(750, Easing.OutQuint);
|
||||||
{
|
|
||||||
d.FadeInFromZero(1000, Easing.OutQuint);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void Deselected()
|
protected override void Deselected()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user