-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Items slow to reposition on resize #125
Comments
So i took a look at it and this behavior happens because the 0.2s transform in src/MoveResize/index.svelte triggers when resizing the grid.
I dont think there is a way to fix this by using the API. |
Created pull request #133. In the meantime there is some kind of spaghetti fix that can be applied with the existing API. When resize is detected it overwrites all transitions on the elements for a short amount of time. style: html:
javascript:
|
When I resize the grid, the containers inside tend to overlap or stretch while resizing, and even with
throttleUpdate
andthrottleResize
set to a minimum, it doesn't seem to have any effect.Is there a way to fix this?
Here's an example:
Screen.Recording.2022-06-10.at.16.26.59.mov
The text was updated successfully, but these errors were encountered: