Ohhh cool transition! Make things fly from one list to another. Also called “deferred transitions”.
REPL:
https://svelte.dev/repl/89f2c578be3148c0877216ab342d1a16?version=3.34.0
Crossfade Source Code: https://github.com/sveltejs/svelte/blob/master/src/runtime/transition/index.ts
Crossfade Tutorial: https://svelte.dev/tutorial/deferred-transitions
#svelte