fix(floating-panel): hide content until shell morph settles - #2168
Open
0xTotoroX wants to merge 1 commit into
Open
fix(floating-panel): hide content until shell morph settles#21680xTotoroX wants to merge 1 commit into
0xTotoroX wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
展开悬浮窗时,内容会在外壳展开完成前提前出现;收拢时,即使计算样式中的
clip-path已随外壳缩小,设置文字仍可能残留在外壳之外。本次修复让内容默认隐藏,仅在外壳完全展开后显示,并禁用面板自身的 CSS 过渡,避免宿主的全局过渡规则延迟内容显隐。保留现有外壳动画的速度和路径,将注入脚本版本更新为
2.0.8,并补充显隐规则的回归检查。