0.5.6 • Published 3 years ago

astro-page-transition v0.5.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

🚀  Astro — Full page transition overlay

NPM Downloads ISC License PRs Welcome
Astro TypeScript Prettier EditorConfig ESLint

This component relies on the good old browser router, still, it will give to your website an SPA feel, without all the JS overhead.

📦  Installation

pnpm i astro-page-transition

🛠  Usage

---
import { PageTransition } from 'astro-page-transition';
// ...
---
<!-- ... -->
<body>
  <!-- Place component just after opening `BODY` tag (mandatory) -->

  <!-- All properties are optional -->
  <PageTransition speed={500} color="white" zIndex={99} />

  <!-- ... -->
</body>

LIVE DEMO  🎭  DOCUMENTATION WEBSITE ⎋

Live demo website

code.juliancataldo.com


🔗  JulianCataldo.com

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.0.0

3 years ago