0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)TypeScript11,238 star (11,238 star)2,313 fork (2,313 fork)batch import
bughelp wanted
描述
Version of antd-mobile
5.7.2
Operating system and its version
Others
Browser and its version
128.0.6613.138
Sandbox to reproduce
No response
What happened?
打开时候有动画效果,关闭没有动画效果
Relevant log output
No response
- 议题类型
- bug
- 研究方向
- Investigate the Dropdown component in the antd mobile source code, likely in src/components/dropdown/. Check the open animation implementation (CSS transitions or class toggling) and apply a similar approach for the close action. Look for existing animation classes like 'dropup enter' and 'dropup leave' or equivalent. Ensure the close animation mirrors the open animation but in reverse. Test on a mobile browser.