Motion (formerly Framer Motion) is a production-ready animation library for React and JavaScript that enables declarative, performant animations with minimal code. It provides motion components that wrap HTML elements with animation superpowers, supports gesture recognition (hover, tap, drag, focus), and includes advanced features like layout animations, exit animations, and spring physics.
Convert any HTML/SVG element into an animatable component by prefixing with motion.:
Every motion component accepts animation props like animate, initial, transition, and gesture props like whileHover, whileTap, etc.
React 및 JavaScript용 최신 애니메이션 라이브러리입니다. 모션 구성 요소, 변형, 제스처(호버/탭/드래그), 레이아웃 애니메이션, AnimatePresence 종료 애니메이션, 스프링 물리학 및 스크롤 기반 효과를 사용하여 프로덕션에 바로 사용할 수 있는 부드러운 애니메이션을 만듭니다. 대화형 UI 구성 요소, 마이크로 상호 작용, 페이지 전환 또는 복잡한 애니메이션 시퀀스를 구축할 때 사용합니다. 출처: freshtechbro/claudedesignskills.