You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the ToolBar in a MacosScaffold, on Sidebar toggle, the toolbar jumps around.
This is a result of the animation being performed by MacosWindow on the entire MacosScaffold.
Steps To Reproduce
Execute a macos_ui app
toggle sidebar
Expected behavior
This animation should be happening without weird jumping artifacts.
For a proper solution the animation of the toolbar would need to be decoupled from the content area animation in the main window as it is currently in line 378 ff. in layout/window.dart.
Any ideas?
The text was updated successfully, but these errors were encountered:
Oh yeah, I see what you mean. To be honest, on most (all?) native macOS apps, the toolbar button actually stays stationary while the rest of the toolbar shifts. I’d argue that this issue needs a little bit more work than just fixing the animation.
Yeah, also saw that.
Just wanted to note that this jumping also applies to the rest of the toolbar, not just the icon.
So yeah, the current concept does not work out 😕
Description
When using the ToolBar in a MacosScaffold, on Sidebar toggle, the toolbar jumps around.
This is a result of the animation being performed by MacosWindow on the entire MacosScaffold.
Steps To Reproduce
Expected behavior
This animation should be happening without weird jumping artifacts.
For a proper solution the animation of the toolbar would need to be decoupled from the content area animation in the main window as it is currently in line 378 ff. in
layout/window.dart
.Any ideas?
The text was updated successfully, but these errors were encountered: