Open
Description
Describe the problem
In Svelte, you can play transitions on initial render by setting intro: true
in the component constructor. There doesn't seem to be a way to do this in SvelteKit.
Describe the proposed solution
Add a setting in svelte.config.js
that will set intro: true
in the component constructor. This would only apply during the initial render. After client-side navigation, transitions should play automatically as components are mounted.
Alternatives considered
No response
Importance
nice to have
Additional Information
No response