Detalle del Skill

guide-swiftui-animations

Direct SwiftUI animation implementation guide.

CoincidenciaDirectaRevisado para animación
Fuenteprisma-labs-dev/apple-skillsFuente externa
Instalaciones reportadas253Solo señal de popularidad

Revisar antes de usar

La revisión automática comprueba relevancia, no seguridad ni respaldo. Lee las instrucciones de la fuente antes de usar este Skill.

Vista previa guardada

SKILL.md

Este extracto es una copia guardada durante la revisión. La fuente externa contiene la versión completa y actual.

---
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` |
Leer la fuente completa en GitHub (abre una página externa)
Contexto

Trabajo relacionado