-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Svelte 5: flip reordering animation glitches (REOPEN) #10493
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
Comments
I'm seeing glitches in both 4 and 5 in those examples: Svelte 4: animation of the first element under the drag is sometimes missing a duration. To reproduce drag an element very slowly upwards, the first box drops down very fast while the rest have a pleasing slide into place. Sometimes the dragged element follows the dropping first element before bouncing back to the cursor. Svelte 5: the banana bounces. It is originally the first element, but it continues to bounce regardless of which position it is dragged to. The drop and movement of the dragged element seems to be universally present. |
Would this also affect something like svelte 4 component animation library handling drag n drop? |
Describe the bug
This issue already exited(#9805) and was fixed and closed. But the animation glitches are still present and the REPLs in the original issue still have the animation problems mentioned in the issue.
Reproduction
Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: