# icanzilb/EasyAnimation

A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level - layers, springs, chain-able animations and mixing view and layer animations together!

Repository: https://github.com/icanzilb/EasyAnimation
Canonical: https://ross.abutalabs.com/products/easyanimation
Language: Swift
License: MIT
License Family: permissive
Last push: 2020-11-30T16:31:04+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4126, "days_push": 2102, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2930, forks 196 (observed 2026-08-28T04:07:30.604473+00:00)

## What it is
EasyAnimation is a Swift library that extends UIView.animateWithDuration to support layer animations, springs, and chainable animations without private APIs. It lets developers mix view and layer animations using familiar UIKit syntax.

## Use cases
- animate calayers from uiview animate calls in swift
- create spring animations for ios layers
- chain multiple animations together in uikit
- mix view and layer animations in one call
- replace verbose cabasicanimation code
- cancel running animation chains on ios

## When to choose
- You want to animate layers using familiar UIView.animate syntax
- You need spring or chained animations without learning Core Animation APIs
- You want an App Store-safe animation library with no private API usage

## When to avoid
- You need actively maintained animation tooling - the library has not seen releases since 2020
- You target SwiftUI rather than UIKit-based animation
- You need advanced Core Animation features beyond what the library extends

## Facets
- artifact type: library
- maturity: maintenance
- function: animation, ui-components
- domain: mobile-development, frontend
- platform: -
- tags: uikit, core-animation, swift-animations, spring-animations, chained-animations, ios, swift, mobile

## Member repositories
- icanzilb/EasyAnimation (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:30.604473+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-30T07:33:26.438581+00:00, confidence not recorded.
  - readme: https://github.com/icanzilb/EasyAnimation (fetched 2026-08-28T04:07:30.604473+00:00, sha f83ec9464d11)
- Data as of 2026-08-30T08:39:29.467469+00:00.
