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
- Host: GitHub
- URL: https://github.com/neo-ciber94/web-page-reveal-transition
- Owner: Neo-Ciber94
- Created: 2024-12-20T01:36:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-20T02:29:02.000Z (10 months ago)
- Last Synced: 2025-02-16T21:26:44.400Z (8 months ago)
- Topics: nextjs, react, svelte, sveltekit, transition
- Language: TypeScript
- Homepage: https://neo-ciber94.github.io/web-page-reveal-transition/
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```