React Spring — физическая анимация в интерфейсе

★ 6.5 · vibe-coding

react-spring-physics is a Claude Code skill that brings physically accurate animation to React applications by combining React Spring's declarative spring system with Popmotion's low-level composable utilities. Instead of fixed durations, motion is governed by physical properties — mass, tension, and friction — producing fluid, interruptible transitions that preserve velocity mid-motion. The skill covers hooks useSpring, useTrail, useTransition, useScroll, and useInView, built-in config presets such as wobbly, stiff, and molasses, chained async animations, and Three.js integration via @react-spring/three. It is the right choice for gesture-driven interfaces, momentum scrolling, enter/exit list animations, and any UI where conventional easing curves feel mechanical rather than natural.