JSPM

motion

12.15.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1208709
  • Score
    100M100P100Q184391F
  • License MIT

An animation library for JavaScript and React.

Package Exports

  • motion
  • motion/debug
  • motion/mini
  • motion/package.json
  • motion/react
  • motion/react-client
  • motion/react-m
  • motion/react-mini

Readme

Motion logo

Motion





Motion 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: 0 }} />

It does all this:

...and a whole lot more.

Get started

πŸ‡ Quick start

Install motion via your package manager:

npm install motion

JavaScript

Import the animate function:

import { animate } from "motion"

animate("div", { scale: 1.2 })

Get started

React

Import the motion component:

import { motion } from "motion/react"

export function Component({ isVisible }) {
    return <motion.div animate={{ opacity: isVisible ? 1 : 0 }} />
}

Get started

πŸ’Ž Contribute

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

  • Motion 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 Emil Kowalski Linear

Gold

Vercel Liveblocks Luma

Silver

Frontend.fyi Firecrawl Puzzmo Build UI

Personal