mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 06:09:55 +08:00
Remove beatmap info wedge rotation animation
It looks jank and also causes framebuffer overheads. But mostly because it looks jank.
This commit is contained in:
@@ -76,14 +76,12 @@ namespace osu.Game.Screens.Select
|
||||
protected override void PopIn()
|
||||
{
|
||||
this.MoveToX(0, animation_duration, Easing.OutQuint);
|
||||
this.RotateTo(0, animation_duration, Easing.OutQuint);
|
||||
this.FadeIn(transition_duration);
|
||||
}
|
||||
|
||||
protected override void PopOut()
|
||||
{
|
||||
this.MoveToX(-100, animation_duration, Easing.In);
|
||||
this.RotateTo(10, animation_duration, Easing.In);
|
||||
this.FadeOut(transition_duration * 2, Easing.In);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user