An open API service indexing awesome lists of open source software.

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)

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).