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.md
source 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

TopicReference
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