Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shahinuralambhuiyan/learning-gsap


https://github.com/shahinuralambhuiyan/learning-gsap

gsap

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# Learning-GSAP

GSAP-CC-Starter is a boilerplate project for building interactive animations using GSAP with React and Vite. This starter kit integrates several GSAP plugins and tools to facilitate creating rich animations and scroll-triggered effects.

## Features
- **GSAP Animations**: Utilize GSAP's powerful animation capabilities.
- `gsap.to`
- `gsap.from`
- `gsap.fromTo`
- `gsap.timeline`
- `gsap.stagger`
- `gsap.scrollTrigger`
- `gsap.text`

- **React Integration**: Seamless integration with React for building interactive UIs.
- **Vite**: Fast build tool for development and production.
- **Tailwind CSS**: Utility-first CSS framework for styling.
- **ESLint**: Linting for maintaining code quality.
- **React Router**: For navigation and routing within the application.

## Installation
To get started with the project, clone the repository and install the dependencies:

```bash
git clone [link](https://github.com/ShahinurAlamBhuiyan/Learning-GSAP.git)
cd learning-gsap
npm install