Motion for Vue is an open source, production-ready library that’s designed for all creative developers.
It's the only animation library with a hybrid engine, combining the power of JavaScript animations with the performance of native browser APIs.
It looks like this:
<motion.div :animate="{ x: 100 }" />
It does all this:
- Springs
- Keyframes
- Layout animations
- Shared layout animations
- Gestures (drag/tap/hover)
- Scroll animations
- SVG paths
- Exit animations
- Server-side rendering
- Independent transforms
- Orchestrate animations across components
- CSS variables
...and a whole lot more.
Install motion-v
via your package manager:
npm install motion-v
Then import the motion
component:
<script setup>
import { motion } from "motion-v";
</script>
<template>
<motion.div :animate="{ x: 100 }" />
</template>
- Want to contribute to Motion? Our contributing guide has you covered.
- Motion for Vue is MIT licensed.
Motion is sustainable thanks to the kind support of its sponsors.
Motion powers Framer animations, the web builder for creative pros. Design and ship your dream site. Zero code, maximum speed.
