web-animation-design
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: PRACTICAL-TIPS.md Description: # Practical Animation Tips Detailed reference guide for common animation scenarios. Use this as a checklist when implementing animations.
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: web-animation-design description: > Design and implement web animations that feel natural and purposeful. Use this skill proactively whenever the user asks questions about animations, motion, easing, timing, duration, springs, transitions, or animation performance.
Tool: SKILL.md [2/2] Description: on every frame = dropped frames **Framer Motion:** ```jsx // Hardware accelerated (transform as string) <motion.div animate={{ transform: "translateX(100px)" }} /> // NOT hardware accelerated (more readable) <motion.div animate={{ x: 100 }} /> ``` ### CSS vs.