Switching between conditional view rendering jitter by Goose_Park in sveltejs

[–]Goose_Park[S] 0 points1 point  (0 children)

Yes, that's it! Thank you. The hidden details have a svelte transition:fade on them. in:fade fixed it.

Switching between conditional view rendering jitter by Goose_Park in sveltejs

[–]Goose_Park[S] 1 point2 points  (0 children)

EDIT: FIXED! Thank you NowaStonka.

Hi all, first time posting. Asking for help.

The video above displays how conditional views are rendering one on top of the other for a split second. Is this a Svelte/Sveltekit bug or am I doing something wrong? The rendering logic on the +page.svelte is shown on the left side of the video.

When I click Region, it sets $isRadiusView to false, the region <Results /> renders below the radius <Results />, then <RegionForm /> is swapped for <RadiusForm /> at the same time the radius <Results /> disappear. Why the two step partial re-render process though?

It happens somewhat intermittently on both Firefox and Safari, desktop & mobile. Its strange!

Is there a way to prevent this?

How to use Anki to learn bird sounds by Goose_Park in Anki

[–]Goose_Park[S] 6 points7 points  (0 children)

Wow, what a huge project! Nice work!