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

https://github.com/rick-hup/motion-vue

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

component framer-motion motion motion-vue vue

Last synced: 4 months 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
- 🔄 Gesture Animation Support
- 🎯 Full TypeScript Support
- ⚡️ High Performance Animation
- 🎭 Variants Animation System
- 👀 Viewport Animation Trigger
- 🚪 Enter/Exit Animation Support

## 🏎️ 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/).