tylergaw / mpa-view-transitions-sandbox

A collection of example view transitions for multi-page sites
https://mpa-view-transitions-sandbox.netlify.app/
MIT License
12 stars 1 forks source link

Fix transition between pages #2

Open djmtype opened 3 days ago

djmtype commented 3 days ago

I think the spec was updated since the last commit? Otherwise, the demos don't seem to work as expected.

To make them work, in shared.css, add:

@view-transition {
    navigation: auto;
}

Tested with Chrome Canary 131, Brave 1.70, Safari Tech Preview 18.0

tylergaw commented 2 days ago

Thanks @djmtype. I’ll get things updated soon.