intuit/AnimationEngine
Easily build advanced custom animations on iOS. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 4367
- days_rel: n/a
- days_push: 3937
- n_releases_24m: 0
Adoption not part of the score
1055 stars · 75 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
INTUAnimationEngine is an Objective-C library for building advanced custom animations on iOS, driven by CADisplayLink with a UIView block-based animation-inspired API. It includes easing and interpolation function libraries plus a standalone pure-C spring physics solver for damped harmonic motion.
Use cases
- animate custom properties not supported by Core Animation
- make gesture-driven animations run automatically over a duration
- get a callback every frame of an animation
- create spring animations with control over damping, stiffness, and mass
- customize animation timing with easing functions
- use a standalone C spring physics solver in non-animation apps
When to choose
- you maintain a legacy Objective-C iOS app needing advanced custom animations
- you need to animate values or properties Core Animation cannot animate
- you want interactive gesture-driven animations to play automatically
- you need a pure C spring physics solver for damped harmonic motion
When to avoid
- starting a new Swift or SwiftUI project where modern APIs suffice
- you need actively maintained software with recent updates
- you only need simple standard UIView animations
- you target platforms other than iOS
Facets
library · maturity abandoned
animation mobile-development graphics objective-c cocoapods easing-functions spring-physics cadisplaylink interactive-animations ios mobile
1 source
- readme: https://github.com/intuit/AnimationEngine · fetched 2026-08-28 · 4a604a939d28
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| intuit/AnimationEngine | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="intuit/AnimationEngine")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem