Claude
Skills
Sign in
Back

guide-swiftui-animations

Included with Lifetime
$97 forever

SwiftUI animation patterns — implicit/explicit animations, transitions, phase/keyframe animations, the Animatable protocol, and the @Animatable macro. Use when implementing animations, transitions, or motion in SwiftUI views.

General

What this skill does


> **Guide Skill** — This is an expert workflow/pattern guide, not API reference documentation.
> Originally from [AvdLee/SwiftUI-Agent-Skill](https://github.com/AvdLee/SwiftUI-Agent-Skill) by Antoine van der Lee and Omar Elsayed. MIT License.

# SwiftUI Animations

## References

| 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` |

Related in General