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

jwilling/JNWSpringAnimation

Spring physics for Core Animation. observed · 2026-08-28

github.com/jwilling/JNWSpringAnimation · Objective-C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4840
  • days_rel: n/a
  • days_push: 3381
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1007 stars · 63 forks observed · 2026-08-28

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

An Objective-C library that subclasses CAKeyframeAnimation to provide spring physics (damped harmonic) animations for Core Animation layers on iOS and macOS. It serves as an open-source alternative to the private CASpringAnimation, with configurable stiffness, damping, and mass.

Use cases

  • add spring physics animations to iOS UI elements
  • animate CALayer properties with damped harmonic motion
  • replace the private CASpringAnimation with an open-source equivalent
  • create natural bounce effects for view transitions
  • tune stiffness, damping, and mass for custom animation feel
  • make iOS apps feel more physical and responsive

When to choose

  • you need spring-based Core Animation animations in an Objective-C or Swift iOS/macOS app
  • you want fine control over spring constants like stiffness, damping, and mass
  • you're targeting older iOS versions before CASpringAnimation was public

When to avoid

  • you're on modern iOS where the built-in CASpringAnimation or UIView spring APIs suffice
  • you need velocity-based spring animations, which this library does not implement
  • you need a maintained library with active support - the last release was in 2017

Facets

library · maturity maintenance

animation mobile-development graphics cpp core-animation spring-physics objective-c uikit damped-harmonic-motion ios macos swift

1 source

Member repositories

RepositoryRoleHealth v2
jwilling/JNWSpringAnimationmain32

For agents

markdown · JSON · MCP: product_card(name="jwilling/JNWSpringAnimation")

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