·swiftui-animation
*

swiftui-animation

实施、审查或改进 SwiftUI 动画和过渡。在使用 withAnimation 添加隐式或显式动画、配置弹簧动画(.smooth、.snappy、.bouncy)、使用 PhaseAnimator/KeyframeAnimator 构建阶段或关键帧动画、使用matchedGeometryEffect 或matchedTransitionSource 创建英雄过渡、添加 SF 符号效果(bounce、pulse、variableColor、breath、rotate、wiggle)、实现自定义 Transition 或 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 创建英雄过渡、添加 SF 符号效果(bounce、pulse、variableColor、breath、rotate、wiggle)、实现自定义 Transition 或 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 创建英雄过渡、添加 SF 符号效果(bounce、pulse、variableColor、breath、rotate、wiggle)、实现自定义 Transition 或 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