Welcome to AnimateItNow β a creative, open-source hub for beautiful web UI components and animations!
π Project Insights
π Stars | π΄ Forks | π Issues | π Open PRs | π Closed PRs | π οΈ Languages | π₯ Contributors |
This project is now OFFICIALLY accepted for:
π Exciting News...
π This project is now an official part of GirlScript Summer of Code β GSSoC 2025! πππ» Weβre thrilled to welcome contributors from all over India and beyond to collaborate, build, and grow with DevElevate. Letβs make learning and career development smarter β together! ππ¨βπ»π©βπ»
π©βπ» GSSoC is one of Indiaβs largest 3-month-long open-source programs that encourages developers of all levels to contribute to real-world projects π while learning, collaborating, and growing together. π±
π With mentorship, community support, and collaborative coding, it's the perfect platform for developers to:
β¨ Improve their skills π€ Contribute to impactful projects π Get recognized for their work π Receive certificates and swag!
π I canβt wait to welcome new contributors from GSSoC 2025 to this AnimateItNow project family! Letβs build, learn, and grow together β one commit at a time. π₯π¨βπ»π©βπ»
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.
Thank you once again to all our contributors! Your efforts are truly appreciated. ππ
Made with β€οΈ by Anuj and Contributors