mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:42:56 +08:00
Reduce expansion delay on ExpandingButtonContainer
Felt too long.
This commit is contained in:
parent
3aa5908de8
commit
e324287f79
@ -16,6 +16,6 @@ namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
}
|
||||
|
||||
protected override double HoverExpansionDelay => 750;
|
||||
protected override double HoverExpansionDelay => 400;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user