A animation library designed for Vue 3, Powered by Motion.
- ✨ 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
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.