Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

README.md (Updated with your GitHub repo)

🎨 AnimateX β€” Next-Gen CSS Animation Framework (312+ Animations)

AnimateX is a powerful, modern, and open-source CSS animation framework featuring 312+ high-quality animations, built for developers, designers, and UI creators.

It is designed to be:

  • ⚑ Super fast
  • 🎞️ Packed with animations
  • 🎯 Easy to integrate
  • 🧩 Fully customizable
  • πŸͺΆ Lightweight

πŸ“¦ Installation

CDN (jsDelivr)

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ProgrammerKR/AnimateX/dist/animatex.min.css" />

NPM (coming soon)

npm install animatex


---

πŸš€ Usage

Add two classes:

1. animatex – core class


2. Animation class (example: fadeInUp)



<h1 class="animatex fadeInUp">Hello AnimateX!</h1>


---

🧩 Features

🎬 312+ ready-made animations

πŸ” Repeat, delay & custom duration utilities

πŸ“± Fully responsive

βš™οΈ No JavaScript required

🧱 Modular CSS structure

🎨 Clean naming conventions

πŸ“¦ Minified + unminified CSS



---

πŸ“‚ Directory Structure

AnimateX/
β”‚
β”œβ”€β”€ dist/
β”‚   β”œβ”€β”€ animatex.css
β”‚   β”œβ”€β”€ animatex.min.css
β”‚
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ core/
β”‚   β”œβ”€β”€ animations/
β”‚   β”œβ”€β”€ utilities/
β”‚
β”œβ”€β”€ docs/
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ examples/
β”‚
β”œβ”€β”€ package.json
β”œβ”€β”€ README.md
└── LICENSE


---

πŸ“˜ Documentation

Full documentation & animation previews coming soon.


---

✨ Example Animations

fadeIn, fadeInLeft, fadeInUp

slideUp, slideRight

zoomIn, zoomOut

bounce, pulse

rotateIn, rotateOut

flip3D, swirl, roll

Special FX (GlowPulse, MorphIn, StretchPop, etc.)


> Full list of 312 animations available soon inside /docs/animation-list.json.




---

πŸ›  Customization

CSS variables:

--animatex-duration: 1s;
--animatex-delay: 0s;
--animatex-iteration: 1;

Inline:

<div class="animatex fadeIn" style="--animatex-duration: 2s;"></div>


---

πŸ“„ License

Released under the MIT License β€” free for personal & commercial usage.


---

🀝 Contributing

Issues, feature requests, and pull requests are welcome.
πŸ‘‰ https://github.com/ProgrammerKR/AnimateX/issues


---

⭐ Support the Project

⭐ Star the repository on GitHub!

Your support encourages more updates, animations, and better documentation.


---

πŸ“¬ Contact

GitHub Profile: https://github.com/ProgrammerKR

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors