mirror of
https://github.com/ppy/osu
synced 2025-01-04 21:30:08 +00:00
Adjust transition duration slightly
This commit is contained in:
parent
3bb6005dc9
commit
684d188752
@ -26,7 +26,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
public float ActualMaxValue { get; private set; } = float.NaN;
|
||||
public float ActualMinValue { get; private set; } = float.NaN;
|
||||
|
||||
private const double transform_duration = 500;
|
||||
private const double transform_duration = 1500;
|
||||
|
||||
/// <summary>
|
||||
/// Hold an empty area if values are less.
|
||||
|
Loading…
Reference in New Issue
Block a user