From apple-skills
Guides SwiftUI animation patterns including implicit/explicit animations, transitions, phase/keyframe animations, Animatable protocol, and @Animatable macro. Use when implementing motion or transitions in views.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apple-skills:guide-swiftui-animationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Guide Skill** — This is an expert workflow/pattern guide, not API reference documentation.
Guide Skill — This is an expert workflow/pattern guide, not API reference documentation. Originally from AvdLee/SwiftUI-Agent-Skill by Antoine van der Lee and Omar Elsayed. MIT License.
| Topic | Reference |
|---|---|
| Core concepts, implicit/explicit, timing, performance | references/animation-basics.md |
| Transitions for view insertion/removal, Animatable protocol | references/animation-transitions.md |
Transactions, phase/keyframe animations, @Animatable macro | references/animation-advanced.md |
npx claudepluginhub vabole/apple-skills --plugin apple-skillsWrites Swift animation code using SwiftUI, UIKit, and Core Animation for iOS apps. Covers iOS 18-26 APIs like KeyframeAnimator, PhaseAnimator, matchedGeometryEffect for transitions, gestures, and design implementations.
Implement, review, or improve SwiftUI animations and transitions: explicit/implicit animations, spring curves, phase/keyframe animators, hero transitions, SF Symbol effects, custom animations, and accessibility support.
Guides advanced SwiftUI animations, transitions, matched geometry effects, and Metal shader integration for iOS/macOS apps.