Hi,
I have updated to astro 3.1 and im trying to get transitions to work. Im reading the documentation. I also updated chrome.
I have been trying to read the documentation but cant get it to work.
i would love to see more examples of transitions being used
This is short for what i have now.
index.astro and same for contact.astro(
´import {ViewTransitions} from 'astro:transitions';
and then in the header tag:
´<ViewTransitions />´
and in the linktag
<a href="/contact" data-astro-reload>Contact</a>
been trying with and without the data-astro-reload aswell. Im certenly missing something obvious. Thanks