Open
Description
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,
},