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
用了t-popup的弹框,设置为bottom的,为了悬浮设置了bottom样式,在关闭弹框时出现卡顿现象,请问有无其它方案,使它悬浮兵器关闭不卡顿呢?
The text was updated successfully, but these errors were encountered:
👋 @luoxin59420,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
代码:
.t-popup--bottom { padding: 0 40rpx !important; width: 88% !important; bottom: 96rpx !important; left: 6% !important; right: 6% !important; border-radius: 32rpx !important; box-sizing: border-box !important; }
不是bug,是过渡动画的transition-timing-function=ease的效果,参考,你可以样式覆盖修改这个值,或者把这个值设置为超过100%:
No branches or pull requests
用了t-popup的弹框,设置为bottom的,为了悬浮设置了bottom样式,在关闭弹框时出现卡顿现象,请问有无其它方案,使它悬浮兵器关闭不卡顿呢?
The text was updated successfully, but these errors were encountered: