Skip to content

ullaslgd/GSAP-WorkShop

Repository files navigation

GSAP Workshop

Welcome to the GSAP Workshop repository! This project contains the tasks and exercises I completed while learning GreenSock Animation Platform (GSAP).

Introduction

This repository is dedicated to my journey of learning GSAP, a powerful JavaScript library for creating animations. The tasks included here demonstrate various features and capabilities of GSAP, showcasing animations for web projects.

Installation

To get started with the repository, clone it to your local machine:

git clone https://github.com/yourusername/gsap-workshop.git

Navigate to the project directory:

cd gsap-workshop

Install the necessary dependencies:

npm install

Usage

To run the project locally, use the following command:

npm start

Open your browser and navigate to http://localhost:3000 to see the animations in action.

Tasks

This section outlines the tasks I completed during the workshop:

  1. Basic Animations: Introduction to GSAP's core animation functions.
  2. Timeline Animations: Creating complex animations using timelines.
  3. Stagger Animations: Animating multiple elements with staggered effects.
  4. Scroll Animations: Creating scroll-based animations with ScrollTrigger.

Each task is contained within its own folder with relevant code and resources.

Learnings

During this workshop, I learned:

  • How to create and control animations using GSAP.
  • The benefits of using timelines for sequencing animations.
  • Implementing scroll-based animations to enhance user experience.
  • Best practices for optimizing animations for performance.

Resources

Here are some resources that helped me throughout the workshop:

Contributing

If you have suggestions for improving this repository or find any issues, please feel free to open an issue or submit a pull request. Contributions are welcome!

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published