mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 07:43:42 +08:00
Remove elasticity from dialog appearing
This commit is contained in:
@@ -111,7 +111,7 @@ namespace osu.Game.Collections
|
||||
base.PopIn();
|
||||
|
||||
this.FadeIn(enter_duration, Easing.OutQuint);
|
||||
this.ScaleTo(0.9f).Then().ScaleTo(1f, enter_duration, Easing.OutElastic);
|
||||
this.ScaleTo(0.9f).Then().ScaleTo(1f, enter_duration, Easing.OutQuint);
|
||||
}
|
||||
|
||||
protected override void PopOut()
|
||||
|
||||
Reference in New Issue
Block a user