Announcement —
Introducing the UI library
Production-ready animated sections and components for React, performance-graded, dropping into your design system through the registry or an agent.
Matt Perry
Open source / MIT licencev13.0.0
Available for
Free
Completely free to use, MIT licensed and open source.
Production ready
Used across hundreds of thousands of sites.
Hybrid engine
JavaScript and hardware-accelerated browser APIs in one library.
Built for agents
Agent-compatible documentation, skills and API surface.
Tiny footprint
Up to 90% smaller than the usual alternative.
Animation library
Create high-performance web animations with an easy API, from simple transforms to advanced interactive gestures.
01
Animate x, y, rotate and scale on the same element, without wrappers.
{ rotate: 15, x: "50%" }
02
Hardware-accelerated scroll-linked motion via scrollTimeline.
scroll()
03
hover, press and drag that feel native, not bolted on.
drag = true
04
Animate between any two layouts with a single layout prop.
layout = true
05
Real spring maths for animations that react naturally to input.
type: "spring"
06
AnimatePresence keeps elements alive so they can animate as they leave the DOM.
exit={{ ... }}
07
variants, stagger and timelines orchestrate complex motion.
stagger(0.04)
08
useMotionValue drives animations and derived state in real time.
useTransform(v, x => x * 10)
Examples
Build previously complex effects, like magnetic cursors or infinite tickers, with 410+ copy-and-paste examples.
Live example / skeleton shimmer
Workflow
Equip your agent with specialist context, then build from production-ready animated sections that inherit your design system.
Help your agent understand Motion
Send the latest docs, 410+ example sources, performance audits and production-ready springs straight to your agent.
Explore the AI kitUse pre-built animated sections
Browse performance-rated animated sections, install the source and inherit the design tokens your project already uses.
Browse the UI libraryLive section preview
Motion+
The AI kit and the UI library are both included, with premium APIs, examples and lifetime updates.
Showcase
Everything is possible with Motion. Here are some of the best things the community has built.
Updates
Release notes and magazine stories from the team.
Major
@emotion/is-prop-valid dependency in favour of an explicit <MotionConfig isValidProp>.AnimatePresence marks nodes safe to remove when rendering propagate with no motion children.Minor
backgroundColor in supported browsers.Announcement —
Production-ready animated sections and components for React, performance-graded, dropping into your design system through the registry or an agent.
Matt Perry