# draveness/DKChainableAnimationKit

A DSL to make animation easy on iOS with Swift.

Repository: https://github.com/draveness/DKChainableAnimationKit
Canonical: https://ross.abutalabs.com/products/dkchainableanimationkit
Language: Swift
License: MIT
License Family: permissive
Topics: animation, animation-chain, swift, animation-effects, chainable-animations
Archived: true
Last push: 2019-09-12T10:12:14+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4129, "days_push": 2547, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1876, forks 105 (observed 2026-08-28T04:05:47.757917+00:00)

## What it is
DKChainableAnimationKit is a Swift DSL for creating UIView animations on iOS using a chainable syntax like view.animation.makeScale(2.0).spring.animate(1.0). It supports combining multiple simultaneous animations and sequencing them with thenAfter(duration).

## Use cases
- animate views on ios with chainable swift syntax
- combine multiple uiview animations at once
- sequence animations one after another
- add spring animations to ios views
- replace verbose core animation code with a readable dsl

## When to choose
- you build an ios app in swift and want concise, readable animation code
- you need to chain or combine view animations without nested closures
- you want a lightweight cocoaPods/Carthage dependency for view animations

## When to avoid
- your project is in objective-c (use JHChainableAnimations instead)
- you need complex keyframe or layer-level animation control
- you need a library that is actively maintained with recent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: animation
- domain: mobile-development, frontend
- platform: -
- tags: chainable-animations, dsl, uikit, cocoapods, carthage, ios, swift, mobile

## Member repositories
- draveness/DKChainableAnimationKit (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:47.757917+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-30T03:14:43.792576+00:00, confidence not recorded.
  - readme: https://github.com/draveness/DKChainableAnimationKit (fetched 2026-08-28T04:05:47.757917+00:00, sha be825ed45336)
- Data as of 2026-08-30T08:39:29.467469+00:00.
