mirror of https://github.com/ppy/osu
Tweak animation slightly
This commit is contained in:
parent
b08743342b
commit
b9fd1f52df
|
@ -117,8 +117,9 @@ public void Start()
|
|||
Depth = float.MaxValue
|
||||
});
|
||||
|
||||
Content.ScaleTo(0.85f, duration, Easing.OutQuint);
|
||||
Content.RotateTo(1, duration, Easing.OutQuint);
|
||||
Content.ScaleTo(0.85f, duration, Easing.OutQuart);
|
||||
Content.RotateTo(1, duration, Easing.OutQuart);
|
||||
Content.FadeColour(Color4.Gray, duration);
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
|
|
Loading…
Reference in New Issue