React 转换转换组问题。想做一个简单的动画,但行不通
React transform transition group issues. Want to do an easy animation, but doesn't work
根据文档完成所有操作http://reactcommunity.org/react-transition-group/transition
这是一个codesandBox,我想要的一切都在悬停header -> header__curtain 向下滑动。
https://codesandbox.io/s/awesome-platform-x9cug?file=/src/styles.css
我知道这不是一个真正的答案,但会建议您使用 framer-motion,它更直观、更容易理解,同时还可以保持您的代码非常干净,这与 React 过渡组不同。
根据文档完成所有操作http://reactcommunity.org/react-transition-group/transition
这是一个codesandBox,我想要的一切都在悬停header -> header__curtain 向下滑动。
https://codesandbox.io/s/awesome-platform-x9cug?file=/src/styles.css
我知道这不是一个真正的答案,但会建议您使用 framer-motion,它更直观、更容易理解,同时还可以保持您的代码非常干净,这与 React 过渡组不同。