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

https://github.com/itcomindo/infinite-carousel-lr-rl-gsap

Infinite Carousel With GSAP
https://github.com/itcomindo/infinite-carousel-lr-rl-gsap

Last synced: 5 months ago
JSON representation

Infinite Carousel With GSAP

Awesome Lists containing this project

README

          

# GSAP Infinite Horizontal Carousel

This project demonstrates an infinite horizontal carousel using GSAP (GreenSock Animation Platform). The carousel smoothly scrolls through a series of images in a continuous loop.

## Features

- Infinite scrolling of images
- Smooth animations using GSAP
- Responsive design

## Installation

1. Clone the repository:
```sh
git clone https://github.com/itcomindo/infinite-carousel-lr-rl-gsap
```
2. Navigate to the project directory:
```sh
cd gsap-infinite-horizontal-carousel
```
3. Open `index.html` in your browser to view the carousel.

## Usage

To customize the carousel, you can modify the following files:

- `index.html`: Update the HTML structure and add your images.
- `styles.css`: Customize the styles for the carousel.
- `script.js`: Adjust the GSAP animations and settings.

## Dependencies

- [GSAP](https://greensock.com/gsap/)

## Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Acknowledgements

- [GreenSock Animation Platform (GSAP)](https://greensock.com/gsap/)

## Demo

You can view a live demo of the carousel [here](https://codepen.io/budiharyono/pen/bNbpLwa).