Commit 9630ee1
fix: fix dock window shadow animation issue
1. Replaced problematic windowEffect approach with direct shadowColor
control
2. Set shadow color to transparent during hideShowAnimation to avoid
visual artifacts
3. Maintain proper shadow opacity (60% black) when animation is not
running
4. Fixes the bug where window shadows would persist incorrectly after
animations
fix: 修复任务栏窗口阴影动画问题
1. 用直接的阴影颜色控制替换有问题的 windowEffect 方法
2. 在 hideShowAnimation 期间将阴影颜色设置为透明以避免视觉伪影
3. 在动画未运行时保持正确的阴影不透明度(60%黑色)
4. 修复动画后窗口阴影错误持续存在的问题
Pms: BUG-3172411 parent f4e82cf commit 9630ee1
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments