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
Please give a brief but clear explanation of what the issue is. Let us know what the behaviour you expect is, and what is actually happening. Let us know what operating system you are running on, and what terminal you are using.
In the example code, the white boxes are in a Grid layout. When the sidebar comes out, the boxes in the grid 'snap' to their new position based on the adjustment needed due to the sidebar. However, the sidebar uses transition to ease into its position.
The difference in movement types isn't a problem necessarily, but it's not cohesive either.
desired: ability to apply the same animation to how the grid positions itself desired: the right edge of the sidebar and left edge of the left-most white box move together at the same speed
Feel free to add screenshots and/or videos. These can be very helpful!
vokoscreenNG-2022-11-04_16-07-22.mp4
If you can, include a complete working example that demonstrates the bug. Please check it can run without modifications.
I suspect that this is very closely related to #1124 and that any changes to animations will come out of that. It's also worth noting that the animation system is still a bit of a work-in-progress and it's expected that there will be changes.
I'll close this in preference to #1124 as a but of a catch-all for this.
In the example code, the white boxes are in a Grid layout. When the sidebar comes out, the boxes in the grid 'snap' to their new position based on the adjustment needed due to the sidebar. However, the sidebar uses
transition
to ease into its position.The difference in movement types isn't a problem necessarily, but it's not cohesive either.
desired: ability to apply the same animation to how the grid positions itself
desired: the right edge of the sidebar and left edge of the left-most white box move together at the same speed
vokoscreenNG-2022-11-04_16-07-22.mp4
If you can, include a complete working example that demonstrates the bug. Please check it can run without modifications.
The text was updated successfully, but these errors were encountered: