# jhurray/JHChainableAnimations

Easy to read and write chainable animations in Objective-C and Swift

Repository: https://github.com/jhurray/JHChainableAnimations
Canonical: https://ross.abutalabs.com/products/jhchainableanimations
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2018-01-04T04:22:10+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": 4144, "days_push": 3163, "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 3200, forks 303 (observed 2026-08-28T04:07:48.480807+00:00)

## What it is
An Objective-C and Swift library that provides a chainable, readable syntax for building UIView and CAAnimation sequences on iOS and tvOS. It replaces deeply nested UIView animation blocks with fluent one-line animation chains including easing, springs, repeats, and pre/post hooks.

## Use cases
- chain multiple UIView animations without nested completion blocks
- animate a view with spring physics then change its color
- write readable animation code in Objective-C or Swift
- pause and resume running animations
- repeat an animation sequence a number of times
- add hooks before or after each animation step

## When to avoid
- you are targeting SwiftUI declarative animations instead of UIKit
- the project needs actively maintained dependencies, since the latest release is from 2018
- you need cross-platform (Android, web) animation support

## Facets
- artifact type: library
- maturity: maintenance
- function: animation
- domain: mobile-development, frontend
- platform: -
- tags: objective-c, chainable-animations, uiview, cocoa-touch, ios, mobile, swift

## Member repositories
- jhurray/JHChainableAnimations (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:48.480807+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-29T18:44:58.937083+00:00, confidence not recorded.
  - readme: https://github.com/jhurray/JHChainableAnimations (fetched 2026-08-28T04:07:48.480807+00:00, sha 52965e76b3b4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
