一键导入
mobile-animation
Motion design principles for mobile apps. Covers timing curves, transitions, gestures, and performance-conscious animations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Motion design principles for mobile apps. Covers timing curves, transitions, gestures, and performance-conscious animations.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Foundational "High-Density" standard for token-optimized agent instructions and CLI-based automated activation.
Universal principles for clean, maintainable, and robust code across all environments.
Standards for performing high-quality, readable code reviews.
Essential rules for code comments, READMEs, and technical documentation.
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Universal standards for version control, branching, and team collaboration.
| name | Mobile Animation |
| description | Motion design principles for mobile apps. Covers timing curves, transitions, gestures, and performance-conscious animations. |
| metadata | {"labels":["mobile","animation","motion","transitions","ux"],"triggers":{"files":["**/*_page.dart","**/*_screen.dart","**/*.swift","**/*Activity.kt","**/*Screen.tsx"],"keywords":["Animation","AnimationController","Animated","MotionLayout","transition","gesture"]}} |
Native-feeling motion design. Optimize for 60fps and platform conventions.
Curves.fastOutSlowIn (Material) or easeInOut (iOS). Avoid linear.transform (Scale/Translation) and opacity. Avoid width/height.onPan / interactivePopGesture for fluid UX.FadeTransition / SlideTransition over AnimatedBuilder for simple cases.dispose() AnimationControllers.mobile-ux-core | mobile-performance | flutter/animations