prgm-dev / sveltekit-progress-bar

A SvelteKit progress bar that shows on navigation
MIT License
35 stars 2 forks source link

Support View Transition API #3

Open frederichoule opened 5 months ago

frederichoule commented 5 months ago

The progressbar disappear during a view transition event. An easy fix would be to add a view-transition-name: progressbar; to its styling. I can submit a PR later if you want.

More infos:

128keaton commented 4 months ago

I second this

allezxandre commented 2 months ago

Thank you for the report, I'll try and add this in a later update to support Svelte 5

allezxandre commented 2 months ago

FYI, this is now included in the upcoming Svelte 5 version that is now in beta under the 3.0.0-next.1 tag.