Use framer-motion & IntersectionObserver to build scroll animations
Scroll-based animations can be triggered in two ways - by listening to the scroll event or by using IntersectionObserver. In this article, we will go through step by step process of building the scroll animation using IntersectionObserver. It's no fu...
shyamswaroop.hashnode.dev5 min read
Abhay Singh Rathore
Brilliant approach to building scroll animations with framer-motion and IntersectionObserver - loving the reusable React component idea! 🚀