We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CollapseTransition 在处理一些细节小动画时十分好用,能很好地避免元素突然出现而产生的割裂感。
目前的实现中,expand / collapse 仅支持纵向渐变,希望它可以接受一个参数,以支持某些内联容器中元素的过渡效果。
为 CollapseTransition 提供对应的 prop,类似于 FadeInExpandTransition 的 width: boolean。
FadeInExpandTransition
width: boolean
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题的清晰而简明的描述
CollapseTransition 在处理一些细节小动画时十分好用,能很好地避免元素突然出现而产生的割裂感。
目前的实现中,expand / collapse 仅支持纵向渐变,希望它可以接受一个参数,以支持某些内联容器中元素的过渡效果。
建议的解决方案
为 CollapseTransition 提供对应的 prop,类似于
FadeInExpandTransition
的width: boolean
。备选方案
No response
附加上下文
No response
验证
The text was updated successfully, but these errors were encountered: