Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahinuralambhuiyan/learning-gsap
https://github.com/shahinuralambhuiyan/learning-gsap
gsap
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shahinuralambhuiyan/learning-gsap
- Owner: ShahinurAlamBhuiyan
- Created: 2024-05-22T17:41:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T18:24:07.000Z (9 months ago)
- Last Synced: 2024-05-22T18:58:56.706Z (9 months ago)
- Topics: gsap
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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