yarn add react-scroll-motion import { Animator, ScrollContainer, ScrollPage, batch, Fade, FadeIn, Move, MoveIn, MoveOut, Sticky, StickyIn, ZoomIn } from "react-scroll-motion"; const ZoomInScrollOut = batch(StickyIn(), FadeIn(), ZoomIn()); const FadeUp = batch(Fade(), Move(), Sticky()); {/* 기본 */} Let me show you scroll animation 😀 {/* 줌인->줌아웃 */} I'm FadeUpScrollOut ✨ {/* 페이드업 */} I'm FadeUp ⛅️ ..