Skill-Details
guide-swiftui-animations
Direct SwiftUI animation implementation guide.
Vor Nutzung prüfen
Die automatische Prüfung bewertet Relevanz, nicht Sicherheit oder Empfehlung. Lies vor der Nutzung die Quellanweisungen.
SKILL.md
Dieser Auszug wurde bei der Prüfung gespeichert. Die externe Quelle enthält die vollständige und aktuelle Version.
--- 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` |Vollständige Quelle auf GitHub lesen (öffnet externe Seite)