Skip to content

Fix dropdown margins and animations being weird#36499

Merged
bdach merged 2 commits intoppy:masterfrom
peppy:fix-dropdown-animations
Jan 28, 2026
Merged

Fix dropdown margins and animations being weird#36499
bdach merged 2 commits intoppy:masterfrom
peppy:fix-dropdown-animations

Conversation

@peppy
Copy link
Copy Markdown
Member

@peppy peppy commented Jan 28, 2026

This was attempted to be fixed by frenzibyte using some hack workaround logic, but this is the true fix.

Things were never matching due to UpdateSize spamming Resize transforms every frame, causing the fade out to complete before transforms have reached a final state.

Before:

osu.Game.Tests.2026-01-28.at.05.23.23.mp4

After:

osu.Game.Tests.2026-01-28.at.05.24.10.mp4

Pay attention to the end of the collapse animation.

peppy added 2 commits January 28, 2026 14:22
This was attempted to be fixed by frenzibyte using some hack workaround
logic, but this is the true fix.

Things were never matching due to `UpdateSize` spamming `Resize`
transforms every frame, causing the fade out to complete before
transforms have reached a final state.
@peppy peppy added type/cosmetic Only affects the game visually. Doesn't affect things working or not working. area:settings labels Jan 28, 2026
@bdach bdach self-requested a review January 28, 2026 07:03
@bdach bdach merged commit 88e5ac4 into ppy:master Jan 28, 2026
9 checks passed
@peppy peppy deleted the fix-dropdown-animations branch January 29, 2026 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:settings size/S type/cosmetic Only affects the game visually. Doesn't affect things working or not working.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants