# Rich-Harris/ramjet

Morph DOM elements from one state to another with smooth animations and transitions

Repository: https://github.com/Rich-Harris/ramjet
Canonical: https://ross.abutalabs.com/products/ramjet
Homepage: http://www.rich-harris.co.uk/ramjet/
Language: JavaScript
License: MIT
License Family: permissive
Topics: animation, transitions, dom, fx, effects, css
Last push: 2017-02-09T15:06:44+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4360, "days_push": 3492, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5440, forks 158 (observed 2026-08-28T04:09:18.183414+00:00)

## What it is
Ramjet is a JavaScript library that makes DOM elements appear to morph into one another using smooth CSS-based animations. It clones and animates elements so transitions between different states look seamless, similar to the iOS 8 app-icon zoom effect.

## Use cases
- morph one dom element into another with a smooth animation
- create magic-move transitions between ui elements
- animate an element expanding into a modal
- make list item transitions look like they transform in place
- add ios-style zoom transitions to a web app

## When to choose
- you want element-to-element morph transitions without a full framework
- you need smooth, gpu-accelerated css animations in the browser
- you want a tiny standalone library with a simple transform api

## When to avoid
- you need a general-purpose animation engine like gsap or anime.js
- your project uses a framework with built-in transition systems
- you need actively maintained software with recent releases

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, ui-components
- domain: frontend, web-development
- platform: browser
- tags: dom-morphing, css-transitions, magic-move, element-transformation, javascript

## Member repositories
- Rich-Harris/ramjet (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:18.183414+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-29T17:56:51.890069+00:00, confidence not recorded.
  - readme: https://github.com/Rich-Harris/ramjet (fetched 2026-08-28T04:09:18.183414+00:00, sha bc2c7fc69169)
  - homepage: http://www.rich-harris.co.uk/ramjet/ (fetched 2026-08-29T08:52:16.468841+00:00, sha 9ca32e129c2a)
  - registry_npm: https://registry.npmjs.org/ramjet (fetched 2026-08-29T08:52:16.477786+00:00, sha 0652ef89ae54)
- Data as of 2026-08-30T08:39:29.467469+00:00.
