mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Change LeftContent
autosize duration to match main content to reduce visual awkwards
This commit is contained in:
parent
dc5c9837ed
commit
4357bb1040
@ -144,8 +144,8 @@ namespace osu.Game.Overlays.Mods
|
|||||||
|
|
||||||
private void startAnimating()
|
private void startAnimating()
|
||||||
{
|
{
|
||||||
Content.AutoSizeEasing = Easing.OutQuint;
|
LeftContent.AutoSizeEasing = Content.AutoSizeEasing = Easing.OutQuint;
|
||||||
Content.AutoSizeDuration = transition_duration;
|
LeftContent.AutoSizeDuration = Content.AutoSizeDuration = transition_duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateValues() => Scheduler.AddOnce(() =>
|
private void updateValues() => Scheduler.AddOnce(() =>
|
||||||
|
Loading…
Reference in New Issue
Block a user