Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Newton-R/AnimateX

Open more actions menu

Repository files navigation

AnimateX

AnimateX is a lightweight UI animation library built with Framer Motion and Tailwind CSS, designed for Next.js projects. Instead of installing via npm, AnimateX provides ready-to-use components you can copy and paste directly into your project.

✨ Features

🚀 Prebuilt motion-powered components with Framer Motion

🎨 Styled with Tailwind CSS

⚡ Plug-and-play: Copy components into your components/ folder

💡 Beginner-friendly and customizable

🔧 Installation & Setup

Since AnimateX is copy-and-paste based, just ensure your project has the following dependencies:

npm install framer-motion tailwindcss

or

pnpm add framer-motion tailwindcss

Tailwind Setup (if not already installed)

Follow the Tailwind CSS Next.js guide .

🚀 Usage

Copy any component from the components/ folder in AnimateX into your own components/ directory.

Import and use it in your Next.js app:

import AnimateButton from "@/components/AnimateButton";

export default function Home() { return (

Click Me
); }

📦 Example Components

AnimateButton → Button with hover/tap animations

AnimateCard → Animated card with smooth entrance effects

AnimateModal → Modal with fade/scale transitions

🤝 Contribution

Contributions are welcome! You can fork the repo, add new animated components, and open a pull request.

📄 License

MIT License – Free to use and modify.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.