#transition:persist in ui framework
3 messages · Page 1 of 1 (latest)
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...
ye thanks man! i figured it out through trial and error, but i needed client:load directive to use transition:persist on Svelte component (in .astro file ofc, unfortunately), looking back, its in the docs, I must have overlooked it... thanks again!