What is timing-calibration?
Use when animation speed feels wrong—too fast, too slow, or inconsistent Source: dylantarre/animation-principles.
Use when animation speed feels wrong—too fast, too slow, or inconsistent
Quickly install timing-calibration AI skill to your development environment via command line
Source: dylantarre/animation-principles.
Timing Issue: Duration doesn't match action type Fix: Micro-interactions: 100-150ms. Transitions: 200-400ms. Complex reveals: 400-600ms. Never exceed 1s for UI.
Slow In and Slow Out Issue: Linear timing feels mechanical Fix: Use easing. Ease-out for entrances (fast start, soft landing). Ease-in for exits (soft start, quick finish).
Arcs Issue: Straight-line motion at wrong speed Fix: Curved paths need more time than straight paths. Increase duration for arc motion.
Use when animation speed feels wrong—too fast, too slow, or inconsistent Source: dylantarre/animation-principles.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/dylantarre/animation-principles --skill timing-calibrationUse when animation speed feels wrong—too fast, too slow, or inconsistent Source: dylantarre/animation-principles.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dylantarre/animation-principles --skill timing-calibration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/dylantarre/animation-principles