A collection of demos focused on cross-document view transitions utilising the View Transition API.
You can find a live version of this at: https://cross-document-view-transtions.netlify.app/.
- Clone this repo.
- Install dependencies using a package manager such as npm.
- Start the local server with
npm run start
. - Visit http://localhost:3000/.
git clone https://github.com/robole/cross-document-view-transitions
cd cross-document-view-transitions
npm install
npm run start
Some of the demos here are included from Bramus' view-transitions-demos.