Skill 详情
guide-swiftui-animations
Direct SwiftUI animation implementation guide.
使用前先检查
自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。
SKILL.md
这段内容是审核时保存的快照。外部来源才是完整且最新的版本。
--- 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` |在 GitHub 阅读完整来源 (打开外部页面)