-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated – Switching from @react-spring/web
to motion
#2646
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
<RouterProvider router={router} /> | ||
</ErrorBoundary> | ||
<LazyMotion strict features={domAnimation}> | ||
<MotionConfig reducedMotion="user"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this rules
This all looks good. I noticed that the modal scrim background still fades in. Does that count as motion? |
I believe by default it leaves opacity transitions – which from a quick straw poll previously of people with it turned on at the company seems okay to keep. |
wazaaa. smaller than before this PR
|
Running into an issue on Vercel that only shows up after c92c32b. I discovered it with In the video, the way this manifests is that all the requests for the page are made twice. This does not happen on regular refreshes. Because this only concerns MSW, it's unlikely to be a problem in production, but I still want to hold off on merging until we understand why lazy loading messes this process up. 2025-01-09-motion-lazy-load-error.mp4 |
New PR based on #2214