This project is a simple Next.js application that implements a horizontal scroll effect using GSAP. It includes a single horizontal scroll section that moves smoothly as you scroll down the page.
- Single horizontal scroll section
- Smooth scrolling animation powered by GSAP
- Modern and responsive design
Make sure you have the following installed:
- Node.js (v14.x or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/nextjs-horizontal-scroll.git cd nextjs-horizontal-scroll
-
Install the dependencies:
npm install # or yarn install
-
Running the Development Server
npm run dev # or yarn dev