1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 18:27:26 +08:00

Adjust transition duration slightly

This commit is contained in:
Dean Herbert 2017-06-26 16:26:43 +09:00
parent 3bb6005dc9
commit 684d188752

View File

@ -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.