https://github.com/productmap/sveltekit-transitions
SvelteKit transition test
https://github.com/productmap/sveltekit-transitions
sveltekit translation
Last synced: about 2 months ago
JSON representation
SvelteKit transition test
- Host: GitHub
- URL: https://github.com/productmap/sveltekit-transitions
- Owner: productmap
- Created: 2024-05-20T16:06:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T16:22:16.000Z (about 2 years ago)
- Last Synced: 2025-01-01T08:19:30.806Z (over 1 year ago)
- Topics: sveltekit, translation
- Language: Svelte
- Homepage: http://svelte.productmap.ru/
- Size: 1.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Native Page Transitions With SvelteKit
Learn how to animate state and page transitions with ease using the View Transitions API.
### 📦️ Install dependencies
```sh
pnpm i
```
### 💿️ Run the development server
```sh
pnpm run dev
```