在状态变化时使用 framer motion 发布动画 React 组件

Issue animating react components using framer motion on state change

我在使用成帧器运动制作动画时遇到了一些问题。任何帮助将不胜感激。

Code Sandbox Example

您在此处尝试使用自定义属性有点过头了。 animate 中的简单三元条件就成功了。

另外,你的自增自减函数有一个错误,我也修复了它。

在这里查看我的解决方案:https://codesandbox.io/s/framer-motion-issue-forked-6no3o?file=/src/App.js