Based on our record, ScrollMagic should be more popular than Framer Motion. It has been mentiond 25 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
ScrollMagic (14.8k ⭐) — A library for creating scroll interactions with JavaScript and CSS. It can trigger animations based on scroll position and pin elements within the viewport. It has over 11K stars on GitHub. - Source: dev.to / 12 months ago
Several libraries and frameworks can help with this task, such as ScrollTrigger, ScrollMagic, Framer Motion, and the good ol’ Intersection Observer API. These tools provide more options and flexibility to create complex and interactive scroll-driven animations with ease. - Source: dev.to / over 1 year ago
By checking their source code, it looks like they're using DrawSvgPlugin for the SVG animations and ScrollMagic for the animations when scrolling. I'd start by checking these two libraries. Source: almost 2 years ago
One library is called https://scrollmagic.io/ but you'll find plenty of tutorials and videos that implement this kind of scrolling. Source: about 2 years ago
ScrollMagic (there's a scrollMagic port for react too). These libraries take advantage of the intersection observer API (a standard built-in js web api). You may also be interested in the scroll event. Source: over 2 years ago
My personal top two animation libraries for React are Framer Motion and GSAP. These libraries are hands down the best out there right now, in my opinion, and are more than capable of bringing wild creative imaginations to life. - Source: dev.to / about 1 month ago
The two most popular choices now (circa Jan 2024) are React Transition Group, started in 2016, and Framer Motion, started in 2018. I'm not too familiar with the former, so this article solely dives into the workings of AnimatePresence from Framer Motion and how it's able to enable exit animations. - Source: dev.to / over 1 year ago
FWIW, I built the site using amazing OSS libraries like cobe.vercel.app, airbnb.io/visx, framer.com/motion, radix-ui.com, tailwindcss.com, and many more – so maybe you can refer to those to build something similar! Source: over 2 years ago
Not really – the globe was made with cobe.vercel.app, the graphs with airbnb.io/visx, the animations with framer.com/motion – all of which are really amazing open-source libraries! Source: over 2 years ago
Thank you so much! I can't take all the credits however – I'm building on top of the shoulder of giants/amazing OSS libraries like cobe.vercel.app, airbnb.io/visx, framer.com/motion, radix-ui.com, tailwindcss.com, and many more! :). Source: over 2 years ago
WOW.js - Animate elements on-scroll to catch attention. Such Magic.
React Spring - Bring your components to life with simple spring animation primitives for React
ScrollReveal - ScrollReveal is a tool to add scroll animations for web and mobile browsers.
Tailwind CSS - A utility-first CSS framework for rapidly building custom user interfaces.
Lax.js - Create beautiful & smooth animations when you scroll
React Transition Group - React Transition Group exposes transition stages, manages classes and group elements and manipulates the DOM in useful ways, making the implementation of actual visual transitions much easier.