# marmelroy/Interpolate

Swift interpolation for gesture-driven animations

Repository: https://github.com/marmelroy/Interpolate
Canonical: https://ross.abutalabs.com/products/interpolate
Language: Swift
License: MIT
License Family: permissive
Topics: interpolation, gesture-recognizer, swift, gesture-driven-animations, animation, ios, interactive
Last push: 2021-01-17T15:20:18+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3814, "days_push": 2054, "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 1830, forks 69 (observed 2026-08-28T04:05:41.800576+00:00)

## What it is
Interpolate is a Swift framework for value interpolation that powers interactive, gesture-driven animations on iOS and tvOS. It maps gesture progress (e.g. pan or scroll events) to interpolated values applied to UI properties like colors, frames, and transforms.

## Use cases
- animate view properties based on pan gesture progress
- interpolate colors as a user scrolls
- create interactive swipe-to-dismiss animations
- drive animations from long press gestures
- build gesture-driven UI transitions in Swift

## When to choose
- building iOS/tvOS apps with interactive gesture-driven animations
- you want simple value interpolation tied to gesture progress
- you prefer a lightweight Swift library over full animation frameworks

## When to avoid
- you need cross-platform (Android/web) animation support
- your project uses SwiftUI declarative animations instead of UIKit
- you need actively maintained libraries - last release was 2021

## Facets
- artifact type: library
- maturity: maintenance
- function: animation
- domain: mobile-development, graphics
- platform: -
- tags: gesture-driven-animations, interpolation, uikit, cocoapods, ios, swift, mobile

## Member repositories
- marmelroy/Interpolate (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:41.800576+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:19:15.462011+00:00, confidence not recorded.
  - readme: https://github.com/marmelroy/Interpolate (fetched 2026-08-28T04:05:41.800576+00:00, sha f0f0c00f53a1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
