swiftui-animation
Implement, diagnose, or review SwiftUI motion using explicit and scoped implicit animations, springs, transitions, PhaseAnimator, KeyframeAnimator, matched geometry or navigation zoom, SF Symbol effects, and custom Animation types. Use when views should animate on state changes, insertion, removal, navigation, or multi-step choreography, or when motion must respect Reduce Motion and Swift concurrency.
npx skills add dpearson2699/swift-ios-skills --skill swiftui-animation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# SwiftUI Animation (iOS 26+) Review, write, and fix SwiftUI animations. Apply modern animation APIs with correct timing, transitions, and accessibility handling using Swift 6.3 patterns. ## Contents - [Triage Workflow](#triage-workflow) - [withAnimation (Explicit Animation)](#withanimation-explicit-animation) - [Implicit Animation](#implicit-animation) - [Spring Type (iOS 17+)](#spring-type-ios-17) - [PhaseAnimator (iOS 17+)](#phaseanimator-ios-17) - [KeyframeAnimator (iOS 17+)](#keyframeanimator-ios-17) - [`@Animatable Macro`](#animatable-macro) - [matchedGeometryEffect (iOS 14+)](#matchedgeometryeffect-ios-14) - [Navigation Zoom Transition (iOS 18+)](#navigation-zoom-transition-ios-18) - [Transitions (iOS 17+)](#transitions-ios-17) - [ContentTransition (iOS 16+)](#contenttransition-ios-16) - [Symbol Effects (iOS 17+)](#symbol-effects-ios-17) - [Symbol Rendering Modes](#symbol-rendering-modes) - [Common Mistakes](#common-mistakes) - [Review Checklist](#review-checklist) - [References](#references) ## Triage Workflow ### Step 1: Identify the animation category | Category | API | When to use | |---|---|---| | State-driven | `withAnimation`, `.animation(_:body:)`, `.animation(_:valu
- Contents
- Triage Workflow
- Step 1: Identify the animation category
- Step 2: Choose the animation curve
- Step 3: Apply and verify
- withAnimation (Explicit Animation)
- Implicit Animation
- Spring Type (iOS 17+)
- PhaseAnimator (iOS 17+)
- KeyframeAnimator (iOS 17+)
- @Animatable Macro
- matchedGeometryEffect (iOS 14+)
- Navigation Zoom Transition (iOS 18+)
- Transitions (iOS 17+)
What does the swiftui-animation skill do?
Implement, diagnose, or review SwiftUI motion using explicit and scoped implicit animations, springs, transitions, PhaseAnimator, KeyframeAnimator, matched geometry or navigation zoom, SF Symbol effects, and custom Animation types. Use when views should animate on state changes, insertion, removal, navigation, or multi-step choreography, or when motion must respect Reduce Motion and Swift concurrency.
How do I install it?
Run `npx skills add dpearson2699/swift-ios-skills --skill swiftui-animation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From dpearson2699/swift-ios-skills, a repository with 963 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.