izhouteng
izhouteng
### Reproduction link [https://stackblitz.com/edit/react-yng9pn?file=index.js](https://stackblitz.com/edit/react-yng9pn?file=index.js) ### Steps to reproduce 1. 打开 [https://react-yng9pn.stackblitz.io](https://react-yng9pn.stackblitz.io) 2. 打开 Chrome DevTools -> 性能 -> CPU -> 设为四倍降速。(为了 100% 复现) 3. 打开 Modal,然后关闭,会出现闪烁;再次打开关闭,会发现动画变得不正常。 ### What is expected?...
### What problem does this feature solve? 大部分组件并没有转发 ref 属性,这使得 framer-motion 很难在 antd 当中使用。 虽然可以在组件外面包一层来实现动画,但这样既增加了多余的 DOM,也不利于维护。 对于某些组件,则根本行不通,像 Breadcrumb 只接受 Breadcrumb.Item 作为子组件,此时则无法使用 framer-motion 为 Breadcrumb.Item 加上动画效果。 许多其他流行的UI库(MUI、Chakra UI...),所有组件都是转发 ref 属性的,实现动画就很轻松。 希望...
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 相比其他流行的 UI 库,`ant-design-vue` 打包后的体积远比其他库大得多,同时打包速度也慢很多,有考虑优化打包体积吗? ###...