Agent Skills
› Prisma-Labs-Dev/apple-skills
› guide-swiftui-animations
guide-swiftui-animations
GitHub提供 SwiftUI 动画开发指南,涵盖隐式/显式动画、过渡效果、关键帧动画及 Animatable 协议等模式,用于实现视图中的动画与运动效果。
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


