mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Merge pull request #17815 from peppy/hold-to-confirm-button-improvement
Adjust hold to confirm animation curve to better show intention
This commit is contained in:
commit
9af81adea7
@ -70,7 +70,10 @@ namespace osu.Game.Graphics.Containers
|
|||||||
confirming = false;
|
confirming = false;
|
||||||
Fired = false;
|
Fired = false;
|
||||||
|
|
||||||
this.TransformBindableTo(Progress, 0, fadeout_delay, Easing.Out);
|
this
|
||||||
|
.TransformBindableTo(Progress, Progress.Value)
|
||||||
|
.Delay(200)
|
||||||
|
.TransformBindableTo(Progress, 0, fadeout_delay, Easing.InSine);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user