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
- Host: GitHub
- URL: https://github.com/rick-hup/motion-vue
- Owner: rick-hup
- License: mit
- Created: 2024-11-15T01:38:01.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-07T13:08:27.000Z (5 months ago)
- Last Synced: 2024-12-07T14:18:11.572Z (5 months ago)
- Topics: component, framer-motion, motion, motion-vue, vue
- Language: TypeScript
- Homepage: https://motion.seacoly.me/
- Size: 560 KB
- Stars: 167
- Watchers: 0
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```vueimport { Motion } from 'motion-v'
```
Read the full [docs](https://motion.seacoly.me/).