Error with transition fade/blur when page is not reloaded @Home
dagthomas opened this issue · 2 comments
dagthomas commented
Describe the bug
Fade transition with blur only works if you refresh the page @home, and not the other routes.
To Reproduce
Steps to reproduce the behavior:
- Go to another page than Home and click refresh -
- Click on another page than Home (no fade)
- Click on @Home
- Fade works again
Expected behavior
Expect transition with blur to work no matter what the start page is.
Desktop (please complete the following information):
- OS: Win10
- Browser Chrome
- Version 95.0.4638.69
navneetsharmaui commented
@dagthomas The issue is related to how sveltekit itself works. You might notice that if refresh on a page other than home, and go to other page the application whole application will reload until you got to home and come back. I will keep this issue open for now.
github-actions commented
Stale issue message