Skip to content

itsAnimation/AnimateItNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

AnimateItNow πŸš€βœ¨

AnimateItNow Logo
AnimateItNow
Typing SVG

Welcome to AnimateItNow β€” a creative, open-source hub for beautiful web UI components and animations!
Explore the Live Demo Β»

Report a Bug Β· Request a Feature

πŸš€ Quick Preview

Login Form Animation Button Hover Effects Loading Animations
Login Preview Button Preview Loading Preview
Smooth form transitions Interactive hover effects Creative loading states
Modal Animations Card Transitions Navigation Effects
Modal Preview Card Preview Nav Preview
Elegant modal displays Smooth card transitions Animated navigation

πŸ”Project Flowchart

Gemini_Generated_Image_7mcb487mcb487mcb

🎯Vision

AnimateItNow empowers developers to create stunning, responsive UI animations with ease. Built for speed, creativity, and collaboration β€” it's your go-to hub for beautiful web motion.

πŸ“‹ Table of Contents

🌟 Quick Start

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari, Edge)
  • Basic knowledge of HTML, CSS, and JavaScript
  • Git (for contribution)

πŸš€ Getting Started in 3 Steps

  1. Clone the Repository
    git clone https://github.com/itsAnimation/AnimateItNow.git
    cd AnimateItNow 

Open the Project

  • Simply open index.html in your web browser

  • Or use a local server for better development: bash

    Using Python python -m http.server 8000

    Using Node.js (if you have http-server installed) npx http-server

    Using PHP php -S localhost:8000

Start Exploring!

  • Browse templates in the gallery
  • View source code for each animation
  • Customize and experiment with effects

πŸ›  Installation & Setup

Local Development Setup

To start working with AnimateItNow locally, follow one of the options below based on your preference and environment.

Option 1: Basic Setup (Quick Start)

  1. Clone the Repository
git clone https://github.com/itsAnimation/AnimateItNow.git
cd AnimateItNow
  1. Open the Project
  • Simply open index.html in your favorite web browser by double-clicking the file or using:
    • macOS:
      open index.html
    • Windows:
      start index.html
    • Linux:
      xdg-open index.html

Option 2: Run a Local Server (Recommended for Development)

Running a local server allows you to test animations properly and avoid issues related to browser security policies when loading local files.

Choose one of the following methods:

  • Using Python If you have Python installed:

    python -m http.server 8000

    Then open your browser and go to: http://localhost:8000

  • Using Node.js If you have Node.js and http-server installed (install it globally if you don't):

    npm install -g http-server
    http-server

    Then open your browser and go to the address shown in the terminal (usually http://localhost:8080).

  • Using PHP If you have PHP installed:

    php -S localhost:8000

    Open your browser and go to: http://localhost:8000


Option 3: Using VS Code Live Server Extension

If you use Visual Studio Code:

  1. Install the Live Server extension.
  2. Open the project folder in VS Code.
  3. Right-click on index.html and select Open with Live Server.
  4. Your default browser will launch and display the project.

After Setup

  • Browse through the templates folder to explore different animations.
  • Open HTML files in the templates folder to see examples.
  • Modify CSS and JavaScript files in css/ and js/ directories to customize animations.
  • Preview changes live if using a local server or Live Server.

🌈 Features & Demos\

🎨 Animation Categories\

  • Button Animations
  • Hover effects (glow, bounce, fill, etc.)
  • Click animations (ripple, press, etc.)
  • Loading states
  • Form Animations
  • Input field animations
  • Validation effects
  • Submit button transitions
  • Loading Animations
  • Spinners and loaders
  • Skeleton screens
  • Progress indicators
  • Modal & Popup Effects
  • Entrance/exit animations
  • Background overlays
  • Interactive modals

πŸ”Ή Hover Effects Gallery Effect Preview Code Example

css

/* Example: Combined effects */ .animated-button { transition: all 0.3s ease; }

.animated-button:hover { transform: scale(1.05) skewX(-5deg); filter: blur(0.5px); animation: bounce 0.5s ease; }

🀝 How to Contribute

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Please read our CONTRIBUTING.md for detailed guidelines on our workflow, issue reporting, and pull request process.

πŸ“‹ Contribution Guidelines

  • βœ… Add your animation to the correct category folder
  • βœ… Include a preview GIF (300x200 pixels)
  • βœ… Add comments to your CSS/JavaScript code
  • βœ… Test across different browsers
  • βœ… Update the templates gallery page
  • βœ… Follow the existing code style

πŸ†• Good First Issues

  • Look for issues labeled good-first-issue or beginner-friendly to start contributing!

🎯 Open Source Programs

GSSOC
🌟 GirlScript Summer of Code 2025 We're excited to be part of GSSoC 2025 - one of India's largest 3-month open source programs!

Benefits for Contributors:

  • πŸŽ“Learn from experienced mentors
  • 🀝Collaborate with developers worldwide
  • πŸ“œReceive certificates and swag
  • πŸ†Get recognition for your work
  • πŸ’ΌBuild your portfolio with real-world projects

πŸ“ Project Structure

AnimateItNow/
β”‚
β”œβ”€ .github/                     # GitHub configuration files (workflows, templates)
β”‚  β”œβ”€ ISSUE_TEMPLATE/           # Issue templates
β”‚  β”œβ”€ workflows/                # GitHub Actions workflows
β”‚  β”œβ”€ ISSUE_TEMPLATE.md         # Default issue template
β”‚  └─ PULL_REQUEST_TEMPLATE.md  # Pull request template
β”‚
β”œβ”€ .vscode/                     # VSCode settings
β”‚  └─ settings.json             # Workspace settings
β”‚
β”œβ”€ ai-assistant/                # AI assistant related files
β”‚  └─ chatbot-data.json
β”‚
β”œβ”€ index.html                   # Main entry HTML page
β”œβ”€ script.js                    # Main JS file
β”œβ”€ styles.css                   # Main CSS file
β”‚
β”œβ”€ background_templates/        # Background templates for animations
β”‚  β”œβ”€ demo/                     # Demo templates
β”‚  β”œβ”€ blue_wave_background.html
β”‚  └─ dark_starry_background.html
β”‚
β”œβ”€ images/                      # Images used across templates
β”‚
β”œβ”€ src/css/                     # Additional CSS files
β”‚
β”œβ”€ svg/                         # SVG assets
β”‚
β”œβ”€ templates/                   # Pre-built HTML templates
β”‚  └─ sample-templates/
β”‚
β”œβ”€ HTML Templates               # Individual HTML pages with effects
β”‚  β”œβ”€ 404.html
β”‚  β”œβ”€ Animation.html
β”‚  β”œβ”€ CardHoverEffects.html
β”‚  β”œβ”€ Coming_Soon_Landing_Page.html
β”‚  β”œβ”€ Flip.html
β”‚  β”œβ”€ LoadingSpinner.html
β”‚  β”œβ”€ LoginFormGlassMorphism.html
β”‚  β”œβ”€ Progress_Bar.html
β”‚  β”œβ”€ Side.html
β”‚  β”œβ”€ Testinomials_Sliders.html
β”‚  β”œβ”€ Type-animation.html
β”‚  β”œβ”€ Wave.html
β”‚  β”œβ”€ accordian.html
β”‚  β”œβ”€ animated-btn.html
β”‚  β”œβ”€ button.html
β”‚  β”œβ”€ card_hover.html
β”‚  β”œβ”€ carousel.html
β”‚  β”œβ”€ checkboxes.html
β”‚  β”œβ”€ code_playground.html
β”‚  β”œβ”€ contact.html
β”‚  β”œβ”€ display.html
β”‚  β”œβ”€ faq_acc.html
β”‚  β”œβ”€ feature.html
β”‚  β”œβ”€ forgot-password.html
β”‚  β”œβ”€ glassmorphism.html
β”‚  β”œβ”€ hamburger-menu.html
β”‚  β”œβ”€ hero.html
β”‚  β”œβ”€ login.html
β”‚  β”œβ”€ modal.html
β”‚  β”œβ”€ navbar.html
β”‚  β”œβ”€ neumorphic.html
β”‚  β”œβ”€ page_not_found_template.html
β”‚  β”œβ”€ price_plan.html
β”‚  β”œβ”€ professional_temp.html
β”‚  β”œβ”€ profile_card.html
β”‚  β”œβ”€ quotes.html
β”‚  β”œβ”€ register.html
β”‚  β”œβ”€ scrollingAnimations.html
β”‚  β”œβ”€ social-share-buttons.html
β”‚  β”œβ”€ text_effects_anim.html
β”‚  β”œβ”€ tilt-card.html
β”‚  β”œβ”€ timer.html
β”‚  └─ toggles-and-checkboxes.html
β”‚
β”œβ”€ Additional Config & Docs
β”‚  β”œβ”€ .DS_Store
β”‚  β”œβ”€ CARD_SYSTEM_DOCS.md
β”‚  β”œβ”€ CODE_OF_CONDUCT.md
β”‚  β”œβ”€ CONTRIBUTING.md
β”‚  β”œβ”€ LEARN.md
β”‚  β”œβ”€ LICENSE
β”‚  β”œβ”€ README.md
β”‚
β”œβ”€ Other HTML, CSS, JS
β”‚  β”œβ”€ about.html
β”‚  β”œβ”€ blog.html
β”‚  β”œβ”€ components.css
β”‚  β”œβ”€ components.html
β”‚  β”œβ”€ components.js
β”‚  β”œβ”€ contact.html
β”‚  β”œβ”€ contributors.html
β”‚  β”œβ”€ desktop.ini
β”‚  β”œβ”€ documentation.html
β”‚  β”œβ”€ editor.css
β”‚  β”œβ”€ editor.html
β”‚  β”œβ”€ editor.js
β”‚  β”œβ”€ favicon.png
β”‚  β”œβ”€ feedback.html
β”‚  β”œβ”€ generate-icons.js
β”‚  β”œβ”€ generator.css
β”‚  β”œβ”€ generator.html
β”‚  β”œβ”€ generator.js
β”‚  β”œβ”€ glassmorphismstyle.css
β”‚  β”œβ”€ index.css
β”‚  β”œβ”€ index.html
β”‚  β”œβ”€ index.js
β”‚  β”œβ”€ leaderboard.html
β”‚  β”œβ”€ loginpage.html
β”‚  β”œβ”€ manifest.json
β”‚  β”œβ”€ nav.html
β”‚  β”œβ”€ navbar-theme.js
β”‚  β”œβ”€ navbar_script.js
β”‚  β”œβ”€ navbar_styles.css
β”‚  β”œβ”€ opaque_hover.html
β”‚  β”œβ”€ package-lock.json
β”‚  β”œβ”€ playground.html
β”‚  β”œβ”€ pomodoro.css
β”‚  β”œβ”€ pomodoro.html
β”‚  β”œβ”€ pomodoro.js
β”‚  β”œβ”€ privacy.html
β”‚  β”œβ”€ privacyPolicy.html
β”‚  β”œβ”€ script.js
β”‚  β”œβ”€ signup.css
β”‚  β”œβ”€ signup.html
β”‚  β”œβ”€ sitemap.html
β”‚  β”œβ”€ styles.css
β”‚  β”œβ”€ support.html
β”‚  β”œβ”€ templates.css
β”‚  β”œβ”€ templates.html
β”‚  β”œβ”€ templates.js
β”‚  β”œβ”€ test_card_system.html
β”‚  β”œβ”€ theme-manager.js
β”‚  β”œβ”€ update-html-files.js
β”‚  └─ vercel.json

πŸ“± Browser Compatibility

  • βœ… Chrome 60+
  • βœ… Firefox 55+
  • βœ… Safari 12+
  • βœ… Edge 79+

Contact

πŸ“¬ Need Help? πŸ’¬ Community Support

  • Discussions: GitHub Discussions
  • Issues: Report Bugs
  • Email: Your Email

πŸ“š Learning Resources

  • CSS Animations Guide
  • JavaScript Animation Basics
  • GSAP Animation Library

πŸ“„ License

This project is licensed under the MIT License .

πŸ™Œ Acknowledgments

πŸ’– Our Amazing Contributors

🌟 Project Admin

Project Admin

GitHub LinkedIn

Made with ❀ by Anuj and Contributors

⭐ Star This Repository

If you find this project helpful, please give it a star! ⭐