Agent Skills
› Prisma-Labs-Dev/apple-skills
› guide-swiftui-animations
guide-swiftui-animations
GitHub提供 SwiftUI 动画实现指南,涵盖隐式/显式动画、过渡效果、关键帧动画及 Animatable 协议。用于指导在 SwiftUI 视图中添加动效和交互体验的开发工作。
Trigger Scenarios
实现 SwiftUI 视图动画
添加页面或元素过渡效果
使用 @Animatable 宏定制动画
Install
npx skills add Prisma-Labs-Dev/apple-skills --skill guide-swiftui-animations -g -y
SKILL.md
Frontmatter
{
"name": "guide-swiftui-animations",
"type": "guide",
"origin": "https:\/\/github.com\/AvdLee\/SwiftUI-Agent-Skill",
"license": "MIT",
"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."
}
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 | 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 |
Version History
- a76633b Current 2026-07-25 07:01


