mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 14:03:22 +08:00
Make animation slightly more snappy
This commit is contained in:
parent
d506d8a150
commit
ca8402d980
@ -367,7 +367,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
|||||||
|
|
||||||
protected override void UpdateValue(float value)
|
protected override void UpdateValue(float value)
|
||||||
{
|
{
|
||||||
nub.MoveToX(value, 250, Easing.OutQuint);
|
nub.MoveToX(value, 200, Easing.OutPow10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user