svelte-transitions
svelte-transitions copied to clipboard
Add a draw transition
Started working on one here, but it looks a bit crap because it turns out that an M
command inside an SVG path element resets the dash, meaning you can't get a draw effect over a discontinuous path. Best way to handle that would be with staggered transitions: https://github.com/sveltejs/svelte/issues/545