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

https://github.com/neo-ciber94/web-page-reveal-transition

A page reveal transition
https://github.com/neo-ciber94/web-page-reveal-transition

nextjs react svelte sveltekit transition

Last synced: 5 months ago
JSON representation

A page reveal transition

Awesome Lists containing this project

README

          

# Page Reveal Transition

A web page reveal transition in `React` and `Svelte5`.

### [Checkout it Live 🌐](https://neo-ciber94.github.io/web-page-reveal-transition)

## Setup

> Requires `deno`, or just the lock file and use any other package manager.

### Install dependencies

```bash
deno install
```

### Run NextJS Example

```bash
cd apps/reveal-react
deno task dev
```

### Run SvelteKit Example

```bash
cd apps/reveal-svelte
deno task dev
```