https://github.com/robole/cross-document-view-transitions
Exploring cross-document view transitons (View Transition API)
https://github.com/robole/cross-document-view-transitions
Last synced: 2 months ago
JSON representation
Exploring cross-document view transitons (View Transition API)
- Host: GitHub
- URL: https://github.com/robole/cross-document-view-transitions
- Owner: robole
- License: apache-2.0
- Created: 2025-01-21T13:14:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T23:39:36.000Z (over 1 year ago)
- Last Synced: 2026-02-02T21:48:44.911Z (3 months ago)
- Language: HTML
- Homepage: https://cross-document-view-transtions.netlify.app/
- Size: 3.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cross-document view transtions
A collection of demos focused on cross-document view transitions utilising the [View Transition API](https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API).
You can find a live version of this at: .
## Run project locally
1. Clone this repo.
1. Install dependencies using a package manager such as npm.
1. Start the local server with `npm run start`.
1. Visit [http://localhost:3000/](http://localhost:3000/).
```shell
git clone https://github.com/robole/cross-document-view-transitions
cd cross-document-view-transitions
npm install
npm run start
```
## Attribution
Some of the demos here are included from Bramus' [view-transitions-demos](https://github.com/bramus/view-transitions-demos).