ant-design-mobile
ant-design-mobile copied to clipboard
Popup和Dialog等组件允许配置显示隐藏动画的速度?
Version of antd-mobile
No response
What is this feature about?
感觉现在的显示隐藏太慢了,效果不满意
https://github.com/ant-design/ant-design-mobile/blob/master/src/components/popup/popup.tsx#L54
const { percent } = useSpring({
percent: props.visible ? 0 : 100,
config: {
precision: 0.1,
mass: 0.4,
tension: 300,
friction: 30,
},
有兴趣来个 PR 给 ConfigProvider 加个配置能力不?
+1
这个有人提 pr 吗,没人的话我可以提一个