·technical-constraints
*

technical-constraints

當動畫受到瀏覽器支援、平台功能或技術要求的限制時使用

36安裝·3熱度·@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-11

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