Fixing Motion Performance
Audit and fix janky animations — layout thrashing, non-compositor properties, scroll-linked motion, and expensive blur.
Overview
What it is good for
- Fixing a stuttering transition
- Moving animations to transform/opacity
- Debugging scroll-linked jank
- Reducing blur-related repaints
Install
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add ibelick/ui-skills
/plugin install fixing-motion-performance
# Or install manually into ~/.claude/skills:
git clone https://github.com/ibelick/ui-skills.git
cp -r ui-skills/fixing-motion-performance ~/.claude/skills/fixing-motion-performance Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Skills
Frontend Design
Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics — pages, components, artifacts, and posters.
Web Artifacts Builder
Construct complex, multi-component HTML artifacts for Claude.ai using React and Tailwind.
Animation Systems
Product-grade web motion like Stripe, Linear, Apple, and Vercel — easing/duration defaults, choreography, performance, and reduced-motion.