Skip to content

hemantOtyagi/GSAP

Repository files navigation

GSAP Animation Examples

This repository contains various GSAP (GreenSock Animation Platform) examples demonstrating different animation techniques.

📂 Project Structure

GSAP-main/
│── 01.Basic Animation/       # Simple GSAP animations
│   ├── index.html
│   ├── script.js
│   ├── style.css
│
│── 02.ScrollTrigger/        # Scroll-based animations using GSAP ScrollTrigger
│   ├── index.html
│   ├── script.js
│   ├── style.css
│
│── 03.SVGanimations/        # Animating SVG elements with GSAP
│   ├── index.html
│   ├── script.js
│   ├── style.css

🚀 Getting Started

  1. Clone the repository:
    git clone <repository-url>
  2. Open any folder and run the index.html file in your browser.

📌 Features

  • Basic GSAP animations: Simple tween animations.
  • ScrollTrigger animations: Animations triggered by scrolling.
  • SVG Animations: Animating SVG elements smoothly.

📜 Dependencies

This project uses GSAP. If needed, include GSAP in your HTML files:

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>

🤝 Contributing

Feel free to fork and improve the animations. Pull requests are welcome!

📜 License

This project is open-source and free to use.


Happy Animating! 🎨✨

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors