-
-
Notifications
You must be signed in to change notification settings - Fork 50.6k
New issue
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
spin动画快速切换能否优化? #4306
Comments
感觉跟这个有点冲突。。 |
@eastpiger 你的情况就不要用 Spin 了,如果能保证加载速度的话。 |
是这个原因,加过度动画是为了解决闪烁的问题。 其实还可以加个延时出现加载动画的处理,这样能缓解秒开的问题。 |
@benjycui 感觉可行。 |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Spin组件效果很赞,不过如果等待时间特别少的话,动画自身的淡入淡出反而会占用了更多的时间。
比如说,我在异步请求中间用spin做过渡,在内网下请求几乎是秒出的情况下,看到内容已经更新了,然而spin还在淡入,然后转一下,然后淡出😂
不知是否有优化的办法呢?
The text was updated successfully, but these errors were encountered: