#transition:persist in ui framework

3 messages · Page 1 of 1 (latest)

tulip remnant
#

hello! is there any way that i can use transition:persist to preserve state of ui framework component (Svelte)? thanks!

onyx wraith
#

Hello! 👋
As I see it, the transition:* directives are only available in .astro components. So no, unfortunately, I don't think that is possible. You might need to persist your state with some Svelte features, but since I never used Svelte I'm not sure...

tulip remnant