mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
Increase transition speed slightly
This commit is contained in:
parent
62f97a8d83
commit
05e05f8160
@ -19,7 +19,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards
|
||||
{
|
||||
public abstract partial class BeatmapCard : OsuClickableContainer, IHasContextMenu
|
||||
{
|
||||
public const float TRANSITION_DURATION = 400;
|
||||
public const float TRANSITION_DURATION = 340;
|
||||
public const float CORNER_RADIUS = 10;
|
||||
|
||||
protected const float WIDTH = 430;
|
||||
|
Loading…
Reference in New Issue
Block a user