Fix Ctrl + Enter Autoplay shortcut animation#36801
Conversation
|
The reason why the buttons don't animate properly is because upon transition to a new screen they are moved to Also, I guess I'm writing this more because I'm starting to wonder if there is a need to call |
|
seems worth investigating. didn't feel right to me to be updating the positions manually |
| foreach (var b in oldButtons) | ||
| b.FinishTransforms(); | ||
|
|
||
| buttonsFlow.UpdateSubTree(); |
There was a problem hiding this comment.
This cannot exist without inline commenting precisely explaining what it's doing.
Addresses: #35973
#36068 (comment)