# fastred/MotionBlur

MotionBlur allows you to add motion blur effect to iOS animations.

Repository: https://github.com/fastred/MotionBlur
Canonical: https://ross.abutalabs.com/products/motionblur
Homepage: http://holko.pl/2014/07/21/motion-blur/
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2015-04-04T18:14:02+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": 4426, "days_push": 4169, "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 1499, forks 91 (observed 2026-08-28T04:04:54.143726+00:00)

## What it is
An Objective-C library that adds motion blur effects to iOS UIView animations, primarily for position changes. It works by snapshotting the view and applying a custom Core Image blur kernel before the animation runs.

## Use cases
- add motion blur to iOS view animations
- make sliding menus look more life-like
- apply blur effect to fast-moving UI elements
- create custom blur effects with Core Image kernels on iOS
- polish spring animations with motion blur

## When to choose
- you want a motion blur effect on animating views in an iOS 8+ app
- you need a lightweight CocoaPods drop-in for UIKit animation polish

## When to avoid
- you need actively maintained or Swift-native code
- you need blur on properties other than position
- you target modern iOS where newer effect APIs are preferable

## Facets
- artifact type: library
- maturity: abandoned
- function: animation, image-processing, ui-components
- domain: mobile-development, graphics, frontend
- platform: cpp
- tags: objective-c, uikit, core-image, motion-blur, cocoapods, view-animations, ios, swift

## Member repositories
- fastred/MotionBlur (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:54.143726+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-30T04:33:02.731563+00:00, confidence not recorded.
  - readme: https://github.com/fastred/MotionBlur (fetched 2026-08-28T04:04:54.143726+00:00, sha 0110095648fd)
  - homepage: http://holko.pl/2014/07/21/motion-blur/ (fetched 2026-08-29T11:38:07.516652+00:00, sha e021d4b20aca)
  - site_page: https://holko.pl/about (fetched 2026-08-29T11:38:07.543406+00:00, sha e39eaa873380)
- Data as of 2026-08-30T08:39:29.467469+00:00.
