# chenglou/react-motion

A spring that solves your animation problems.

Repository: https://github.com/chenglou/react-motion
Canonical: https://ross.abutalabs.com/products/react-motion
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2024-01-05T12:11:49+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4101, "days_push": 971, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 21915, forks 1148 (observed 2026-08-28T04:11:32.206630+00:00)

## What it is
A React library that implements spring-physics-based animation, letting developers animate UI elements with stiffness and damping instead of hard-coded easing curves and durations. It provides components like Motion and TransitionMotion for smooth, interruptible animations in React and React Native.

## Use cases
- animate a counter or value with spring physics in React
- create smooth list item enter/exit transitions
- build draggable UI elements with natural motion
- animate chat head or floating UI elements
- create photo gallery and carousel transitions
- replace CSS easing curves with physics-based animation

## When to choose
- you want natural, interruptible spring animations in React
- you need animations that adapt to user interaction rather than fixed durations
- you're maintaining an older React codebase already using react-motion

## When to avoid
- starting a new project - consider modern alternatives like Framer Motion or react-spring
- you need simple CSS transitions without physics
- you need the latest React features and active maintenance

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, ui-components
- domain: frontend, web-development
- platform: browser, cross-platform
- tags: react, spring-physics, transitions, react-native, nodejs

## Member repositories
- chenglou/react-motion (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:32.206630+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:57:45.739623+00:00, confidence not recorded.
  - readme: https://github.com/chenglou/react-motion (fetched 2026-08-28T04:11:32.206630+00:00, sha 52f665925e98)
  - registry_npm: https://registry.npmjs.org/react-motion (fetched 2026-08-29T07:56:20.550300+00:00, sha fa128d95909d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
