mirror of
https://github.com/ppy/osu.git
synced 2025-02-20 18:43:04 +08:00
Adjust popup icon animation slightly
This commit is contained in:
parent
60fd0be481
commit
da85517036
@ -302,6 +302,7 @@ namespace osu.Game.Overlays.Dialog
|
||||
{
|
||||
content.ScaleTo(0.7f);
|
||||
ring.ResizeTo(ringMinifiedSize);
|
||||
icon.ScaleTo(0f);
|
||||
}
|
||||
|
||||
content
|
||||
@ -309,6 +310,7 @@ namespace osu.Game.Overlays.Dialog
|
||||
.FadeIn(ENTER_DURATION, Easing.OutQuint);
|
||||
|
||||
ring.ResizeTo(ringSize, ENTER_DURATION * 1.5f, Easing.OutQuint);
|
||||
icon.Delay(100).ScaleTo(1, ENTER_DURATION * 1.5f, Easing.OutQuint);
|
||||
}
|
||||
|
||||
protected override void PopOut()
|
||||
|
Loading…
Reference in New Issue
Block a user