Welcome to the GSAP Animations project! This repository contains various HTML files showcasing different animations created using GSAP (GreenSock Animation Platform) and styled with TailwindCSS.
This project demonstrates the power and flexibility of GSAP for creating animations, combined with the utility-first CSS framework, TailwindCSS. Each HTML file in this repository contains unique animations that can be easily viewed by opening the files in any modern web browser that supports JavaScript.
- GSAP Animations: Smooth, high-performance animations using GSAP.
- TailwindCSS Styling: Utility-first CSS framework for rapid UI development.
- Easy to Use: Simply open the HTML files in your browser to see the animations in action.
To get started with this project, follow these simple steps:
- Clone the repository:
git clone https://github.com/rocknub/gsap-animations.git
- Navigate to the project directory:
cd gsap-animations
To view the animations, open any of the HTML files in your preferred web browser. For example:
- Open your file explorer and navigate to the project directory.
- Double-click on any HTML file (e.g.,
1-basicHover.html) to open it in your default web browser.
Alternatively, you can open the HTML files directly from your browser:
- Open your web browser.
- Use the
File > Openmenu option to navigate to the project directory and select an HTML file.
The repository is organized as follows:
- HTML Files:
- 1-basicHover.html
- 2-movingBox.html
- 3-loadingBar.html
- 4-rotatingElement.html
- 5-rotationElementwithRainbow.html
- animatedLadingPage.html
- basicControllingTimeline.html
- basicTimeline.html
- boucingBall.html
- cardShadowRGB.html
- fromTo.html
- labelsPositioningTweens.html
- loopingAnimation.html
- sequenceElements.html
- sideMenuSlidIn.html
- staggeredListEntrance.html
- tweening.html
Each HTML file contains a unique animation.
Contributions are welcome! If you have any ideas for new animations or improvements, feel free to fork the repository and submit a pull request. Please ensure that your contributions adhere to the following guidelines:
- Follow the existing code style.
- Test your changes thoroughly.
- Provide clear and concise commit messages.
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you for checking out the GSAP Animations project! Enjoy exploring the animations and feel free to contribute your own.