# lvivski/animatic

CSS animations engine

Repository: https://github.com/lvivski/animatic
Canonical: https://ross.abutalabs.com/products/animatic
Homepage: http://lvivski.com/animatic/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-05-31T18:54:51+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 85, release rhythm 35, longevity 100
- inputs: {"age_days": 4954, "days_push": 94, "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 1383, forks 122 (observed 2026-08-28T04:04:34.620467+00:00)

## What it is
Animatic is a lightweight (7k gzipped) JavaScript library for CSS animations that combines CSS transforms with JavaScript control. It supports animating many objects simultaneously, with start/stop/cancel control, timeline sequencing, and elementary physics simulation (mass and viscosity) for lifelike motion.

## Use cases
- animate DOM elements with CSS transforms and full JS control
- create start/stop/cancelable animations instead of pure CSS transitions
- generate pure CSS keyframe animations from time-based durations
- simulate realistic motion with mass and viscosity physics
- sequence and run parallel or infinite animations
- build event-based animation flows in the browser

## When to choose
- you need programmatic control over CSS animations (start, stop, cancel)
- you want physics-based lifelike animation with a tiny footprint
- you prefer thinking in durations and delays rather than keyframe percentages
- you need to animate many elements simultaneously with transforms

## When to avoid
- you need modern Web Animations API features or broad ecosystem support
- you require React/Vue component-level animation integration
- the project appears to be in maintenance mode with limited updates
- you need complex parallel pure-CSS generated animations (a documented limitation)

## Facets
- artifact type: library
- maturity: maintenance
- function: animation
- domain: web-development, frontend
- platform: browser
- tags: css-animations, physics, transforms, keyframes, lightweight, javascript

## Member repositories
- lvivski/animatic (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:34.620467+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-30T04:40:03.305219+00:00, confidence not recorded.
  - readme: https://github.com/lvivski/animatic (fetched 2026-08-28T04:04:34.620467+00:00, sha 5a19086e070c)
  - homepage: http://lvivski.com/animatic/ (fetched 2026-08-29T11:56:06.047550+00:00, sha 586fd84dbb20)
  - registry_npm: https://registry.npmjs.org/animatic (fetched 2026-08-29T11:56:06.050619+00:00, sha d8147d534408)
- Data as of 2026-08-30T08:39:29.467469+00:00.
