Minimal Mode Motion Test
+并行工具调用摘要行 · 转轮动画
++ 演示逻辑:并行批次开始后,第一个工具先按打字机显示;随后摘要行在本批次工具之间做纵向转轮循环,直到批次结束后停在最终状态。 +
+ +-
+
- 工具列表是一整列,窗口只露出当前命中的一项;所有工具同时向上滚动。 +
- 每项停留约 1.45 秒;落位时只轻微多冲一点,再回弹,模拟克制的“刹不住车”顿挫。 +
- 第一个工具保留打字机式出现,避免开头突兀。 +
From 4bf0733907a2205eb1e198668abf1c4a8e273727 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Sun, 7 Jun 2026 14:59:44 +0800 Subject: [PATCH] feat: add minimal tool reel animation --- static/demo/minimal-tool-roller-demo.html | 443 +++++++++++++++++++ static/src/components/chat/MinimalBlocks.vue | 381 +++++++++++++++- 2 files changed, 813 insertions(+), 11 deletions(-) create mode 100644 static/demo/minimal-tool-roller-demo.html diff --git a/static/demo/minimal-tool-roller-demo.html b/static/demo/minimal-tool-roller-demo.html new file mode 100644 index 0000000..a0edb66 --- /dev/null +++ b/static/demo/minimal-tool-roller-demo.html @@ -0,0 +1,443 @@ + + +
+ + +Minimal Mode Motion Test
++ 演示逻辑:并行批次开始后,第一个工具先按打字机显示;随后摘要行在本批次工具之间做纵向转轮循环,直到批次结束后停在最终状态。 +
+ +