0.13.0 β€’ Published 3 months ago

motion-v v0.13.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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.

Get started

πŸ‡ Quick start

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>

πŸ’Ž Contribute

πŸ‘©πŸ»β€βš–οΈ License

  • Motion for Vue is MIT licensed.

✨ Sponsors

Motion is sustainable thanks to the kind support of its sponsors.

Partners

Framer

Motion powers Framer animations, the web builder for creative pros. Design and ship your dream site. Zero code, maximum speed.

Platinum

Gold

Silver

0.13.0

3 months ago

0.13.0-alpha.0

3 months ago

0.13.0-beta.4

3 months ago

0.13.0-beta.3

3 months ago

0.13.0-beta.2

3 months ago

0.13.0-beta.1

3 months ago

0.12.0

3 months ago

0.12.0-beta.2

3 months ago

0.12.0-beta.1

3 months ago

0.11.3

3 months ago

0.11.2

3 months ago

0.11.1

3 months ago

0.11.0

3 months ago

0.11.0-beta.6

4 months ago

0.11.0-beta.5

4 months ago

0.10.1

4 months ago

0.11.0-beta.4

4 months ago

0.11.0-beta.3

4 months ago

0.11.0-beta.2

4 months ago

0.11.0-beta.1

4 months ago

0.10.0

4 months ago

0.10.0-beta.1

4 months ago

0.9.0

5 months ago

0.8.1

5 months ago

0.8.0

5 months ago

0.7.1

5 months ago

0.7.0

5 months ago

0.6.2

5 months ago

0.6.1

5 months ago

0.6.0

6 months ago

0.5.2-beta.1

6 months ago

0.5.1

6 months ago

0.5.0

6 months ago

0.5.0-beta.2

6 months ago

0.5.0-beta.1

6 months ago

0.4.1

6 months ago

0.4.0

6 months ago

0.3.1-beta.1

6 months ago

0.3.0

7 months ago

0.2.6

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago