Wolfr / sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
https://sveltekit-jui-wolfr.vercel.app/
Other
44 stars 3 forks source link

Overall progress bar (for page loading) #31

Open Wolfr opened 3 years ago

Wolfr commented 3 years ago

Work on a progress bar at the top? Like a small line, animating across the whole top? The spinning circle in the middle causes too much of a content flash.

Does Svelte-Kit somehow return the loading progress so we can have a progress bar at the top that makes some sense?

PaxPax commented 3 years ago

I did a quick look it doesn’t seem like it, but is having a Skelton over them a viable alternative?

Wolfr commented 3 years ago

I think it will feel weird if the progress bar has no relationship to the actual loading. If it's a binary thing like we have now, we are probably better off with the circular, indefinite spinner.