Add apple motion design skill

This commit is contained in:
Emil
2026-07-09 13:17:17 +02:00
parent df49b5dcbe
commit 919b73f72d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,5 +35,5 @@ This is your shortcut to great interfaces. A shortcut to stand out in a sea of s
- **[emil-design-eng](./skills/emil-design-eng/SKILL.md)** — The main skill that consinsts of mostly animation, but also some design advice.
- **[review-animations](./skills/review-animations/SKILL.md)** — Review your animations in a strict way, based on my rules.
- **[apple-design](./skills/apple-design/SKILL.md)** — Apple's principles for fluid, physical interfaces, distilled from their WWDC design talks and translated for the web.
- **[apple-motion-design](./skills/apple-motion-design/SKILL.md)** — Apple's principles for fluid, physical motion and interaction, distilled from their WWDC design talks and translated for the web.
- More coming very soon.
@@ -1,9 +1,9 @@
---
name: apple-design
description: Apple's principles for fluid, physical interfaces — distilled from WWDC talks (Designing Fluid Interfaces, Essential Design Principles, The Qualities of Great Design, Advanced Animations with UIKit, and Apple's motion/materials guidance) and translated for building web UIs. Covers direct manipulation, interruptible spring motion, velocity handoff, momentum projection, spatial consistency, materials/depth, multimodal feedback, and reduced-motion.
name: apple-motion-design
description: Apple's principles for fluid, physical motion and interaction — distilled from WWDC talks (Designing Fluid Interfaces, Essential Design Principles, The Qualities of Great Design, Advanced Animations with UIKit, and Apple's motion/materials guidance) and translated for building web UIs. Covers direct manipulation, interruptible spring motion, velocity handoff, momentum projection, spatial consistency, materials/depth, multimodal feedback, and reduced-motion.
---
# Apple Design
# Apple Motion Design
How Apple builds interfaces that stop feeling like a computer and start feeling like an extension of you. This knowledge comes from Apple's WWDC design talks — chiefly *Designing Fluid Interfaces* (WWDC 2018) — distilled and translated into the web platform (CSS, Pointer Events, `requestAnimationFrame`, spring libraries like Motion/Framer Motion).