Recreation of the scroll animation used in the App Store on the app detail page for an app.
- Next.js
- Tailwind
- Framer Motion
Best experience on smallest browser width as it's helps mimic iPhone experience. Works on all widths, however.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.