⚠️ Rework completely how transitions works
- Use Svelte/Sapper native if and transitions to show either the page content or the loader, then load each page animationIn - Code is safe on SSR side, using process.browser on this if - The <main> element is on position absolute to fade nicely the different pages - Code cleaning
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
/*
|
||||
** Run code on component mount
|
||||
** Run code when mounted
|
||||
*/
|
||||
onMount(() => {
|
||||
// Entering transition
|
||||
|
||||
Reference in New Issue
Block a user