mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
Adjust transition length for a more seamless screen change
This commit is contained in:
parent
493798ae5e
commit
25c6226ca9
@ -68,7 +68,7 @@ namespace osu.Game.Overlays.FirstRunSetup
|
||||
{
|
||||
base.OnEntering(e);
|
||||
this
|
||||
.FadeInFromZero(500)
|
||||
.FadeInFromZero(100)
|
||||
.MoveToX(offset)
|
||||
.MoveToX(0, 500, Easing.OutQuint);
|
||||
}
|
||||
@ -77,7 +77,7 @@ namespace osu.Game.Overlays.FirstRunSetup
|
||||
{
|
||||
base.OnResuming(e);
|
||||
this
|
||||
.FadeInFromZero(500)
|
||||
.FadeInFromZero(100)
|
||||
.MoveToX(0, 500, Easing.OutQuint);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user