mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Remove scale effect on editor screen switches
This commit is contained in:
parent
3557737a18
commit
19c663da11
@ -28,14 +28,14 @@ namespace osu.Game.Screens.Edit.Screens
|
|||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
this.ScaleTo(0.75f).FadeTo(0)
|
this.FadeTo(0)
|
||||||
.Then()
|
.Then()
|
||||||
.ScaleTo(1f, 500, Easing.OutQuint).FadeTo(1f, 250, Easing.OutQuint);
|
.FadeTo(1f, 250, Easing.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Exit()
|
public void Exit()
|
||||||
{
|
{
|
||||||
this.ScaleTo(1.25f, 500).FadeOut(250).Expire();
|
this.FadeOut(250).Expire();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user