Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aritra69/card-animation

Staggered card animation using framer motion library
https://github.com/aritra69/card-animation

animation featured framer-motion nextjs tailwindcss

Last synced: 1 day ago
JSON representation

Staggered card animation using framer motion library

Awesome Lists containing this project

README

        

# Card Stager Animation

This project demonstrates a card stagger animation using Framer Motion and Lenis React within a Next.js, React, Tailwind CSS, and TypeScript environment.

## Technologies Used

- **Next.js:** Utilized as the foundational framework for building the project.
- **React:** Employed for creating interactive UI components.
- **Tailwind CSS:** Used for styling and UI design.
- **TypeScript:** Ensuring type safety and improved development experience.
- **Framer Motion:** Integrated for creating smooth animations.
- **React Lenis:** Utilized for specific animation tasks or enhancements.

## Live Demo

Check out the live demo [here](https://card-animation-framer-motion.vercel.app/)

## Getting Started

To get a local copy up and running, follow these simple steps:

1. **Clone the repository:**

```bash
git clone https://github.com/ARITRA69/card-animation.git
```

2. Go to the directory and run locally
```
cd card-animation
npm install
# or
yarn install
```

3. **Run the development server**
```bash
npm run dev
```
or
```bash
yarn dev
```