Skill detail

guide-swiftui-animations

Direct SwiftUI animation implementation guide.

MatchDirectReviewed for animation
Sourceprisma-labs-dev/apple-skillsExternal source
Reported installs253Popularity signal only

Inspect before use

Automated review checks relevance, not safety or endorsement. Read the source instructions before using this skill.

Saved source preview

SKILL.md

The saved excerpt is a snapshot from review. The external source remains the complete and most current version.

---
name: guide-swiftui-animations
description: 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.
type: guide
origin: https://github.com/AvdLee/SwiftUI-Agent-Skill
license: MIT
---

> **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` |
Read the full source on GitHub (opens external page)
Context

Related work