-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Improve document tree movement and its animation #12914
Comments
@SaXz2 第一点可以优化。但第二点由于排序规则的不确定,需要刷新父列表。 |
希望未来可以得到改善,文档数量多了以后,拖拽不停的刷新体验实在是不太好,并且刷新完都会被折叠 |
我新建工作空间之后遇到了缩不下去的情况(重载界面后恢复正常): default.webm |
@SaXz2 好的,再改进一下 |
先感谢V姐,经过dev8测试不涉及以下两点效果已经非常完美了。
|
@SaXz2 我想起来了,你是不是始终展开大纲了: 如果打开了这个就是会始终展开的,关掉就行。 |
才发现这个,昨天讨论半天原来问题出在这,难怪你复现不了 |
@Vanessa219 这个确实是,目前文档树会刷新了再展开,这个场景实际不应该刷新的 |
已修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
优化文档树移动及其动画
default.webm
在点击收起的一瞬间不应该上升,在视觉上会有不必要的闪烁:
default.webm
在点击展开的一瞬间不应该消失,在视觉上会有不必要的闪烁(另外那个删除图标也会闪一下,不过好像没法禁用这个 hover 样式,所以没那么有所谓):
default.webm
The text was updated successfully, but these errors were encountered: