fix: 进度条平滑过渡 — force reflow 技巧确保 CSS transition 生效

- 临时关 transition → 设旧值 → offsetWidth reflow → 开 transition → 设新值
- DOM 复用: 首次 innerHTML 创建, 后续只改属性
- 进度条从旧值滑到新值, 不再闪现

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
qinglong
2026-06-13 18:19:07 +08:00
parent 417213096f
commit 3ca001b938
4 changed files with 59 additions and 23 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ commands:
permissions:
- framework.command.test
source: internal
last_updated: 27544.226537616
last_updated: 27821.221132094
plugin_commands:
example_plugin:
echo: *id001