1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-10 01:33:39 +08:00

Adjust transition duration slightly

This commit is contained in:
Dean Herbert
2017-06-26 16:26:43 +09:00
Unverified
parent 3bb6005dc9
commit 684d188752
+1 -1
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.