我目前正在尝试通过结合CSS Grid,framer-motion和background-attachment实现固定的图像轮播。
这是我到目前为止的内容:https://codesandbox.io/s/masonry-gridcarousel-o9wh7
我似乎无法使“输入”动画正常工作,并且也出现了此错误:
Warning: Can't perform a React state update on an unmounted component. This is a no-op, but it indicates a memory leak in your application. To fix, cancel all subscriptions and asynchronous tasks in a useEffect cleanup function.
是否有其他解决方案?