mirror of https://github.com/ppy/osu
Improve feel of transition
This commit is contained in:
parent
1238e6c30f
commit
a164d330e5
|
@ -89,12 +89,12 @@ private void load(OsuColour colours, IBindable<WorkingBeatmap> beatmap)
|
|||
protected override void PopIn()
|
||||
{
|
||||
this.FadeIn(500, Easing.InQuint)
|
||||
.TransformBindableTo(trackVolumeOnEpilepsyWarning, 0.25, 500, Easing.InQuint);
|
||||
.TransformBindableTo(trackVolumeOnEpilepsyWarning, 0.25, 500, Easing.InSine);
|
||||
|
||||
warningContent.FadeIn(500, Easing.InQuint);
|
||||
}
|
||||
|
||||
protected override void PopOut() => this.FadeOut(500, Easing.InQuint);
|
||||
protected override void PopOut() => this.FadeOut(500, Easing.OutQuint);
|
||||
|
||||
protected override void Dispose(bool isDisposing)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue