Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unovue/motion-vue

A animation library for Vue
https://github.com/unovue/motion-vue

framer-motion motion motion-vue vue vue-motion

Last synced: 1 day ago
JSON representation

A animation library for Vue

Awesome Lists containing this project

README

        

Motion for Vue

A animation library designed for Vue 3, Powered by [Motion](https://www.framer.com/motion/).

## Features
- ✨ Declarative animation API for intuitive control
- 👋 Gesture-driven animations for interactive experiences
- ⚙ Motion values for dynamic animations
- 🔲 layout animations and transitions
- 🚪 Polished enter/exit animations
- 📜 Smooth scroll-based animations and effects

## 🏎️ Quick start
Install `motion-v`:
```bash
npm install motion-v
```
## Basic Usage
```vue

import { Motion } from 'motion-v'

```

Read the full [docs](https://motion.seacoly.me/).