Skip to content

younie07/AnimateItNow

 
 

Repository files navigation

AnimateItNow 🚀✨

Welcome to AnimateItNow — a creative, open-source hub for beautiful web UI components and animations!


🌈 What is AnimateItNow?

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

✨ Features & Demos

  • 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:disable in mobile layout

🛠️ How to Contribute

  1. Fork this repository
  2. Clone your fork locally
  3. Add your creative web components or animations in the appropriate folder
  4. Update the gallery page to showcase your work
  5. Submit a Pull Request with a short description and preview

All skill levels are welcome! Check out the Templates Gallery for inspiration.


👤 About the Creator

Anuj Shrivastava


🔖 Project Insights


💡 Why Open Source?

Open source empowers everyone to learn, share, and build together. AnimateItNow is a place for collaboration, growth, and innovation in web design and animation.


🎬 Example Animation (CSS)

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.bounce {
  animation: bounce 1.2s infinite alternate;
}

📬 Contact

For questions, suggestions, or collaboration, reach out via LinkedIn or open an issue!


Made with ❤️ by Anuj and Contributors

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 84.3%
  • CSS 13.1%
  • JavaScript 2.6%