svelte-page-transitions icon indicating copy to clipboard operation
svelte-page-transitions copied to clipboard

Smooth Page transitions in $layout.svelte with SvelteKit (or Sapper)

Results 1 svelte-page-transitions issues
Sort by recently updated
recently updated
newest added

While your solution was working great for me with Sapper, it doesn't work with latest SvelteKit versions as the `$page.path` key is not a good choice. So, I recorded a...