1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 15:27:24 +08:00

Make animation slightly more snappy

This commit is contained in:
Dean Herbert 2024-09-19 19:06:46 +09:00
parent d506d8a150
commit ca8402d980
No known key found for this signature in database

View File

@ -367,7 +367,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
protected override void UpdateValue(float value)
{
nub.MoveToX(value, 250, Easing.OutQuint);
nub.MoveToX(value, 200, Easing.OutPow10);
}
}
}