Welcome to AnimateItNow — a creative, open-source hub for beautiful web UI components and animations!
AnimateItNow is a collaborative platform where contributors share, discover, and learn from stunning web UI components and CSS/JS animations. Whether you're a beginner or a pro, you can:
- Explore ready-to-use templates (Login forms, Buttons, Loaders, Modals, and more)
- See live previews and code
- Contribute your own creative ideas
- Learn modern web animation techniques
- Modern UI Templates: Login pages, animated buttons, loaders, modals
- Live Previews: See animations in action before using
- Easy Navigation: Browse templates, contributors, and contact info
- Theme Toggle: Switch between light and dark modes
- Mouse Tracker: Disabled in mobile layout
- Fork this repository
- Clone your fork locally
- Add your creative web components or animations in the appropriate folder
- Update the gallery page to showcase your work
- Submit a Pull Request with a short description and preview
All skill levels are welcome! Check out the Templates Gallery for inspiration.
Open source empowers everyone to learn, share, and build together. AnimateItNow is a place for collaboration, growth, and innovation in web design and animation.
@keyframes bounce {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-10px);
}
}
.bounce {
animation: bounce 1.2s infinite alternate;
}For questions, suggestions, or collaboration, reach out via LinkedIn or open an issue!
This project is licensed under the MIT License.
Made with ❤️ by Anuj and Contributors



