#Svelte Transitions not working with Astro View Transitions

5 messages · Page 1 of 1 (latest)

shy otter
#

I'm using Svelte for a navigation dropdown menu and using the Svelte slide to animate the dropdown. When using the new Astro View Transitions, the Svelte slide animation stops working after navigating to a new page. Anyone know a fix for this?

charred sluiceBOT
#
Still waiting for an answer?

It looks like no-one has responded to your question yet. People might not be available right now or don’t know how to answer your question. Want an answer while you wait? Try asking our experimental bot in #1095492539085230272.

shy otter
#

Svelte Transitions not working with Astro View Transitions

sterile carbon
#

Have you tried transition:persist?

shy otter
#

Yeah, i tried that. I think it has something to do with how the page is loading.