mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 12:27:26 +08:00
Remove fade transitions
This commit is contained in:
parent
757416e647
commit
1d559b2cad
@ -129,15 +129,8 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void PopIn()
|
protected override void PopIn() => this.FadeIn();
|
||||||
{
|
protected override void PopOut() => this.FadeOut();
|
||||||
this.FadeIn(200, Easing.OutQuint);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void PopOut()
|
|
||||||
{
|
|
||||||
this.FadeOut(200, Easing.OutQuint);
|
|
||||||
}
|
|
||||||
|
|
||||||
public enum PlacementState
|
public enum PlacementState
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user