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
- Host: GitHub
- URL: https://github.com/itcomindo/infinite-carousel-lr-rl-gsap
- Owner: itcomindo
- Created: 2024-12-08T04:05:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T04:38:38.000Z (over 1 year ago)
- Last Synced: 2025-06-01T22:58:05.803Z (about 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).