Page transition animation for React
mekurimekurimekuri is a React package designed for page transition animations with wait and sync modes. It supports popstate and scroll restoration and allows users to customize animations on a per-component basis using the useMekuri hook. The package can be integrated with Next.js and Remix frameworks, and even with Next.js App Router, with a recommendation for stable operation to use Pages Router.
To install mekurimekurimekuri, you can follow these steps:
Install the package via npm:
npm install mekurimekurimekuri
Import the necessary components in your React application:
import { useMekuri, Mekuri, MekuriContext } from 'mekurimekurimekuri';
Utilize the components and hooks as needed within your application for customized page transition animations.
mekurimekurimekuri is a versatile React package that enhances page transition animations with its wait and sync modes, allowing for a seamless user experience. Its compatibility with frameworks like Next.js and Remix, along with integration possibilities with libraries such as GSAP, makes it a powerful tool for developers looking to create engaging transitions in their web applications.