React 애니메이션 효과 줄 때 좋은 라이브러리 모음 추천
랜딩페이지에서 요소들이 움직이면서 뜨거나, 모달창이 부드럽게 뜨는 등의 애니메이션을 구현할 때 사용한 좋은 라이브러리를 소개한다. 1. Framer-motion 태그를 작성하여서 많은 애니메이션을 구현할 수 있다. Production-Ready Animation Library for React | Framer Motion Framer Motion is a production-ready React animation and gesture library. www.framer.com 공식 홈페이지에서 소개하는 삽입코드 예시 중 하나이다. import { addPropertyControls, ControlType } from "framer" import { motion } from "framer-motion" i..
CODING/React.js
2022. 12. 24. 17:41