New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

motion-v

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

motion-v

Motion for Vue

latest
Source
npmnpm
Version
2.2.0
Version published
Maintainers
1
Created
Source

Motion logo
Motion for Vue



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>

⚡️ Motion+

Learn, Design, Build. Motion+ is a one-time fee, lifetime update membership that provides:

  • 160+ premium Motion Examples
  • Motion UI features like Cursor and Ticker
  • Motion Studio animation editing for VS Code alpha
  • Early access content
  • Private Discord

Get Motion+

🎨 Studio

Video of bezier curve editing

Motion Studio is a versatile suite of developer tools allowing you to:

  • Visually edit CSS and Motion easing curves in VS Code
  • Generate CSS springs with LLMs
  • Load Motion docs into your LLM

Get started with Motion Studio.

💎 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.

Framer

Platinum

Tailwind Linear

Gold

Tailwind Emil Kowalski Liveblocks Vercel Luma Notion

Silver

Frontend.fyi Firecrawl Puzzmo Bolt.new

Personal sponsors

Keywords

vue

FAQs

Package last updated on 23 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts