Ross ROSS = Recommend OSS · open-source software intelligence for agents

franciscop/ola

🌊 Smooth animation library for interpolating numbers observed · 2026-08-28

github.com/franciscop/ola · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

36/100

  • Activity 9
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2672
  • days_rel: n/a
  • days_push: 549
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1809 stars · 32 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Ola is a small JavaScript library for smoothly interpolating (tweening) numbers in real time. It supports single numbers, named multi-dimensional values, and arrays of values, updating asynchronously so reads always return the current animated value.

Use cases

  • smoothly animate a number or position over time in the browser
  • interpolate multi-dimensional values like x/y coordinates for a moving element
  • tween hundreds of independent values efficiently for canvas or DOM animations
  • replace manual easing/tweening code with a simple set-and-read API

When to choose

  • you need lightweight realtime numeric interpolation rather than a full animation framework
  • you want to animate many independent values (arrays, objects) with minimal overhead
  • you prefer a tiny dependency-free library usable via npm or CDN

When to avoid

  • you need CSS/DOM element animations, keyframes, or timelines - use a full animation library instead
  • you need easing functions, springs, or complex choreography beyond simple interpolation
  • your project is not JavaScript/browser-based

Facets

library · maturity active

animation web-development frontend graphics browser interpolation tweening realtime-animation numbers inbetweening nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
franciscop/olamain36

For agents

markdown · JSON · MCP: product_card(name="franciscop/ola")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem