mirror of https://github.com/ppy/osu
reverted the change
This commit is contained in:
parent
aa9deecafe
commit
deef8998f7
|
@ -72,11 +72,7 @@ public UserCardTooltip()
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void PopIn() => this.FadeIn(150, Easing.OutQuint);
|
protected override void PopIn() => this.FadeIn(150, Easing.OutQuint);
|
||||||
protected override void PopOut()
|
protected override void PopOut() => this.Delay(150).FadeOut(500, Easing.OutQuint);
|
||||||
{
|
|
||||||
this.Delay(150).FadeOut(500, Easing.OutQuint);
|
|
||||||
Clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
public void Move(Vector2 pos) => Position = pos;
|
public void Move(Vector2 pos) => Position = pos;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue