mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 14:25:10 +08:00
Remove selection animation on set panel
This commit is contained in:
parent
b0136f98a9
commit
82c5f37c2c
@ -56,11 +56,6 @@ namespace osu.Game.Screens.SelectV2
|
||||
}
|
||||
};
|
||||
|
||||
Selected.BindValueChanged(value =>
|
||||
{
|
||||
activationFlash.FadeTo(value.NewValue ? 0.2f : 0, 500, Easing.OutQuint);
|
||||
});
|
||||
|
||||
KeyboardSelected.BindValueChanged(value =>
|
||||
{
|
||||
if (value.NewValue)
|
||||
|
Loading…
Reference in New Issue
Block a user