mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +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;
|
background.DelayedLoadComplete += d => d.FadeInFromZero(750, Easing.OutQuint);
|
||||||
mainFlow.DelayedLoadComplete += fadeContentIn;
|
mainFlow.DelayedLoadComplete += d => d.FadeInFromZero(500, Easing.OutQuint);
|
||||||
|
|
||||||
static void fadeContentIn(Drawable d) => d.FadeInFromZero(750, Easing.OutQuint);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Deselected()
|
protected override void Deselected()
|
||||||
|
Reference in New Issue
Block a user