astro-page-transition

0.5.6 • Public • Published

🚀  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>

Package Sidebar

Install

npm i astro-page-transition

Weekly Downloads

1

Version

0.5.6

License

ISC

Unpacked Size

14.8 kB

Total Files

8

Last publish

Collaborators

  • julian.cataldo