dropdownClassName datepicker 用于禁用动画或过渡
有没有办法在 antd 中禁用 RangePicker 或 DatePicker 的对话框动画?
https://codesandbox.io /s/antd-datepicker-forked-129d43?file=/src/App.js:581-615
<RangePicker open={open} />
我希望打开对话框 我立即
尝试添加
<RangePicker open={open} dropdownClassName="something" />
并应用 transition: none;
和 animation: 0;
它不起作用
is there a way to disable dialog animation of RangePicker or DatePicker in antd?
https://codesandbox.io/s/antd-datepicker-forked-129d43?file=/src/App.js:581-615
<RangePicker open={open} />
I would like the dialog to open instantly
I tried to add
<RangePicker open={open} dropdownClassName="something" />
and apply transition: none;
and animation: 0;
it doesn't work
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需应用此
https://codesandbox.io/s/antd-datepicker-forked-n6vtsv
just apply this
https://codesandbox.io/s/antd-datepicker-forked-n6vtsv