sight-transition
v1.0.0
Published
A smooth and customizable transition library for React applications, powered by GSAP and Swup.
Readme
sight-transition
A smooth and customizable transition library for React applications, powered by GSAP and Swup.
Installation
npm install sight-transition gsap
# or
yarn add sight-transition gsap
# or
pnpm add sight-transition gsapUsage
Wrap your application or specific routes with SightTransition:
import { SightTransition } from 'sight-transition';
export default function Layout({ children }) {
return (
<SightTransition>
{children}
</SightTransition>
);
}Features
- Seamless page transitions
- Powered by GSAP for high-performance animations
- Easy integration with React and Next.js
License
MIT
