KelvinJin/AnimatedCollectionViewLayout
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3493
- days_rel: n/a
- days_push: 2173
- n_releases_24m: 0
Adoption not part of the score
4850 stars · 346 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Swift UICollectionViewLayout subclass that adds custom transition animations to UICollectionView scrolling without changing existing code. It ships built-in animators like parallax, zoom, cube, and cross-fade, and supports custom animators via a protocol.
Use cases
- add scroll transition animations to a uicollectionview
- create parallax or zoom effects when paging through collection view cells
- animate collection view items without rewriting existing cell code
- implement card-style or cube-style paging transitions in ios
- write a custom layout animator for collection view scrolling
When to choose
- you use UICollectionView and want scroll/paging transition effects with minimal code changes
- you want plug-and-play animators like parallax, zoom, rotate, or cross-fade
- you need a simple way to support custom transition animators via a protocol
When to avoid
- you need animations for UITableView or non-collection views
- your project targets iOS below 9.0
- you need a library with frequent updates or latest iOS API support
Facets
library · maturity maintenance
animation ui-components mobile-development frontend uicollectionview swift cocoapods transitions scroll-animations ios mobile
1 source
- readme: https://github.com/KelvinJin/AnimatedCollectionViewLayout · fetched 2026-08-28 · c2294926edc1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| KelvinJin/AnimatedCollectionViewLayout | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="KelvinJin/AnimatedCollectionViewLayout")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem