·swiftui-animation
*

swiftui-animation

實施、審查或改進 SwiftUI 動畫和過渡。在使用 withAnimation 添加隱式或明確動畫、配置彈簧動畫(.smooth、.snappy、.bouncy)、使用 PhaseAnimator/KeyframeAnimator 構建階段或關鍵幀動畫、使用matchedGeometryEffect 或matchedTransitionSource 創建英雄過渡、添加CustomAnimation 類型或確保動畫遵循accessibilityReduceMotion 時使用。

83安裝·29熱度·@dpearson2699

安裝

$npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-animation

如何安裝 swiftui-animation

透過命令列快速安裝 swiftui-animation AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-animation
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:dpearson2699/swift-ios-skills。

SKILL.md

查看原文

Review, write, and fix SwiftUI animations. Apply modern animation APIs with correct timing, transitions, and accessibility handling using Swift 6.2 patterns.

| State-driven | withAnimation, .animation(:value:) | Simple property changes | | Multi-phase | PhaseAnimator | Sequenced multi-step animations | | Keyframe | KeyframeAnimator | Complex multi-property choreography | | Shared element | matchedGeometryEffect | Layout-driven hero transitions |

| Navigation | matchedTransitionSource + .navigationTransition(.zoom) | NavigationStack push/pop zoom | | View lifecycle | .transition() | Insertion and removal | | Text content | .contentTransition() | In-place text/number changes | | Symbol | .symbolEffect() | SF Symbol animations | | Custom | CustomAnimation protocol | Novel timing curves |

實施、審查或改進 SwiftUI 動畫和過渡。在使用 withAnimation 添加隱式或明確動畫、配置彈簧動畫(.smooth、.snappy、.bouncy)、使用 PhaseAnimator/KeyframeAnimator 構建階段或關鍵幀動畫、使用matchedGeometryEffect 或matchedTransitionSource 創建英雄過渡、添加CustomAnimation 類型或確保動畫遵循accessibilityReduceMotion 時使用。 來源:dpearson2699/swift-ios-skills。

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-animation
分類
*創意媒體
認證
收錄時間
2026-03-08
更新時間
2026-03-10

Browse more skills from dpearson2699/swift-ios-skills

快速解答

什麼是 swiftui-animation?

實施、審查或改進 SwiftUI 動畫和過渡。在使用 withAnimation 添加隱式或明確動畫、配置彈簧動畫(.smooth、.snappy、.bouncy)、使用 PhaseAnimator/KeyframeAnimator 構建階段或關鍵幀動畫、使用matchedGeometryEffect 或matchedTransitionSource 創建英雄過渡、添加CustomAnimation 類型或確保動畫遵循accessibilityReduceMotion 時使用。 來源:dpearson2699/swift-ios-skills。

如何安裝 swiftui-animation?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftui-animation 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/dpearson2699/swift-ios-skills