draveness/DKChainableAnimationKit
A DSL to make animation easy on iOS with Swift. 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4129
- days_rel: n/a
- days_push: 2547
- n_releases_24m: 0
Adoption not part of the score
1876 stars · 105 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
animation mobile-development frontend chainable-animations dsl uikit cocoapods carthage ios swift mobile
1 source
- readme: https://github.com/draveness/DKChainableAnimationKit · fetched 2026-08-28 · be825ed45336
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| draveness/DKChainableAnimationKit | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="draveness/DKChainableAnimationKit")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem