0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript11,238 stars (11,238 stars)2,313 forks (2,313 forks)batch import
bughelp wanted
Description
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
- Issue type
- bug
- Research direction
- 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.