It is possible to make a slide overlay page transition in sveltekit with barbajs
I’m trying to make a simple slide transition in sveltekit when switching between routes. The effect consist a overlay div, when route is changing, the overlay shows from bottom of the screen, it stays full screen for 1s, then moves up to reveal the next route. A library for doing this is barba.js but so… Read More It is possible to make a slide overlay page transition in sveltekit with barbajs