Apple-skills guide-swiftui-animations
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.
install
source · Clone the upstream repo
git clone https://github.com/vabole/apple-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vabole/apple-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/guide-swiftui-animations" ~/.claude/skills/vabole-apple-skills-guide-swiftui-animations && rm -rf "$T"
manifest:
skills/guide-swiftui-animations/SKILL.mdsource content
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.
SwiftUI Animations
References
| Topic | Reference |
|---|---|
| Core concepts, implicit/explicit, timing, performance | |
| Transitions for view insertion/removal, Animatable protocol | |
Transactions, phase/keyframe animations, macro | |