A animation library designed for Vue 3, Powered by Motion.
- 🎨 Declarative Animation API
- 🔄 Gesture Animation Support
- 🎯 Full TypeScript Support
- ⚡️ High Performance Animation
- 🎭 Variants Animation System
- 👀 Viewport Animation Trigger
- 🚪 Enter/Exit Animation Support
Install motion-v
:
npm install motion-v
<script setup>
import { Motion } from 'motion-v'
</script>
<template>
<Motion :animate="{ x: 100 }" />
</template>
Read the full docs.