An open API service indexing awesome lists of open source software.

https://github.com/vnuny/horizontal-scroll-section

a simple Next.js application that implements a horizontal scroll effect using GSAP and LOCOMOTIVE SCROLL
https://github.com/vnuny/horizontal-scroll-section

gsap gsap-animation gsap-scrolltrigger horizontal horizontal-scrolling horizontalscrollview locomotive-scroll next nextjs nextjs14 react react-animations

Last synced: about 1 month ago
JSON representation

a simple Next.js application that implements a horizontal scroll effect using GSAP and LOCOMOTIVE SCROLL

Awesome Lists containing this project

README

        

# Next.js Horizontal Scroll Section with GSAP

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.

## Features

- Single horizontal scroll section
- Smooth scrolling animation powered by GSAP
- Modern and responsive design

## Getting Started

### Prerequisites

Make sure you have the following installed:

- Node.js (v14.x or later)
- npm or yarn

### Installation

1. Clone the repository:

```bash
git clone https://github.com/your-username/nextjs-horizontal-scroll.git
cd nextjs-horizontal-scroll

2. Install the dependencies:
```bash
npm install
# or
yarn install

3. Running the Development Server
```bash
npm run dev
# or
yarn dev