Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/unovue/motion-vue
- Owner: unovue
- License: mit
- Created: 2024-11-15T01:38:01.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-29T16:44:02.000Z (12 days ago)
- Last Synced: 2025-01-01T16:12:51.396Z (9 days ago)
- Topics: framer-motion, motion, motion-vue, vue, vue-motion
- Language: TypeScript
- Homepage: https://motion.unovue.com
- Size: 1.05 MB
- Stars: 408
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
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 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
```vueimport { Motion } from 'motion-v'
```
Read the full [docs](https://motion.seacoly.me/).