sveltejs / svelte

Cybernetically enhanced web apps
https://svelte.dev
MIT License
78.18k stars 4.08k forks source link

animate:flip glitches when each block is updated during animation #4573

Open Oreilles opened 4 years ago

Oreilles commented 4 years ago

When a list iterated in a keyed each block is updated while some of its elements are being animated with the animate:flip directive, all the current animations glitch.

https://svelte.dev/repl/7197a0f2d51d47f8b9b2d6e7aa5d401c?version=3.20.1

xiaohk commented 3 years ago

Have the same issue here.

longnguyen2004 commented 1 year ago

Is this going to be fixed at some point? I'm making a live leaderboard which might have a bunch of position changes, and the animation breaks because of this.