ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.63k stars 2.4k forks source link

Modal打开/关闭动画能否自定义? #6165

Open WdBly opened 1 year ago

WdBly commented 1 year ago

Version of antd-mobile

5.28.1

What is this feature about?

当前版本的Modal组件的动画速度较慢,希望可以外部自定义动画属性。或者外部允许关闭动画。

miracles1919 commented 1 year ago

关闭动画是可以的,https://mobile.ant.design/zh/guide/reduce-motion

13725102796 commented 1 year ago

组件的动画依赖 react-spring/web,要多加一个 animatedStyle 的 props 倒不是不可以,就是要学会使用 react-spring/web。