mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 18:27:26 +08:00
Match the stable animation
This commit is contained in:
parent
95f287104e
commit
395f8424b5
@ -95,7 +95,7 @@ namespace osu.Game.Skinning
|
||||
protected override void Activate(bool forwardPlayback = true)
|
||||
{
|
||||
base.Activate(forwardPlayback);
|
||||
keyContainer.ScaleTo(0.8f, TransitionDuration);
|
||||
keyContainer.ScaleTo(0.75f, TransitionDuration, Easing.OutQuad);
|
||||
overlayKeyText.Text = CountPresses.Value.ToString();
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
public partial class LegacyKeyCounterDisplay : KeyCounterDisplay
|
||||
{
|
||||
private const float key_transition_time = 50;
|
||||
private const float key_transition_time = 100;
|
||||
|
||||
protected override FillFlowContainer<KeyCounter> KeyFlow { get; } = null!;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user