·technical-constraints
*

technical-constraints

当动画受到浏览器支持、平台功能或技术要求的限制时使用

35安装·2热度·@dylantarre

安装

$npx skills add https://github.com/dylantarre/animation-principles --skill technical-constraints

如何安装 technical-constraints

通过命令行快速安装 technical-constraints AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/dylantarre/animation-principles --skill technical-constraints
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:dylantarre/animation-principles。

SKILL.md

查看原文

Straight Ahead vs Pose-to-Pose Issue: Runtime calculations too expensive Fix: Pre-calculate animations. Use CSS keyframes (pose-to-pose) over JS frame-by-frame (straight ahead).

Solid Drawing Issue: Complex shapes cause rendering issues Fix: Simplify geometry. Use CSS shapes over SVG paths. Reduce polygon counts in 3D.

Timing Issue: Consistent timing across devices Fix: Use relative units. Test on slowest target device. Consider requestAnimationFrame for JS.

当动画受到浏览器支持、平台功能或技术要求的限制时使用 来源:dylantarre/animation-principles。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/dylantarre/animation-principles --skill technical-constraints
分类
*创意媒体
认证
收录时间
2026-03-05
更新时间
2026-03-10

Browse more skills from dylantarre/animation-principles

快速解答

什么是 technical-constraints?

当动画受到浏览器支持、平台功能或技术要求的限制时使用 来源:dylantarre/animation-principles。

如何安装 technical-constraints?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/dylantarre/animation-principles --skill technical-constraints 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/dylantarre/animation-principles