README.md (Updated with your GitHub repo)
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
<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