My favorite thing about @mattgperry's @Framer motion is the simplicity of <AnimatePresence>.
I started playing around with an <animate-presence> web component built with @stenciljs. No framework needed!
I've been digging deep into the Animation Worklet and I reckon it's four crucial features short of an MVP.
Read all about them: inventingwithmonster.io/2020…
Idea: Turn off animations if users are on a slow device.
Demo with React (Next.js), Framer Motion & react-adaptive-hooks: glitch.com/~next-motion (forces low-memory mode)
🚀 New in @framer Motion 1.8: Imperative drag controls 👆
Allows you to manually trigger dragging on a @reactjs component from any other event target, with optional cursor snapping. Great for progress bar sliders!
Check out this ~20 line demo: codesandbox.io/s/framer-moti…
🚀 Accessible animations made easy with @framer Motion 1.7!
The new useReducedMotion hook makes it simple to disable autoplaying videos, disable parallax effects, and replace motion-sickness inducing animations with opacity-based transitions!
Demo: codesandbox.io/s/framer-moti…
The interactive animations on the new page for Framer Web are all made with @Framer Motion! Give it a try in your next React project. It’s great! 😁
The Framer Web page → framer.com/web/
Framer Motion → framer.com/motion/
Small @framer Motion update today. Animation controls .set now matches .start, in that it can accept a function that resolves different props for each component. Thanks to @hassenchaieb for this one!
We're excited to announce CodeSandbox CI—a CI service for open source library maintainers! 🚀
It's a GitHub App that you add to a repo, and for every PR we make a build of your library. So you can test the library directly in a sandbox without publishing
codesandbox.io/post/codesand…
Are you an engineer with a passion for design? We want to hear from you!
Take our 3-minute survey to tell us what resources we can create for you — bit.ly/34G2JUZ
Just published Morpher 1.3, which introduces Color Interpolation! This allows for many new types of transitions—all without having to write any code. Available now. 💖
packages.framer.com/package/…
Framer’s @mattgperry sat down with @chriscoyier from @css to talk all things Framer Motion. Together they look into the API, solve some real-world problems, and finish with an overview of Framer itself. Watch now — bit.ly/2WkkbLW
I’ll be writing a tutorial for @smashingmag about practical Framer Motion animations for React apps. Will be covering:
- Page transitions
- Staggers
- Mount/Unmount animations
- Scrolling animations
Is there anything else that should be included? @framer#reactjs