0.5.6 • Published 1 year ago

astro-page-transition v0.5.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.5.5

1 year ago

0.5.4

2 years ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.0.0

2 years ago