bilbillm/dsh-motion
bilbillm★ 0TypeScript最后同步: 2026-08-14
Restrained, semantic interface motion for DeepSeek Harness
README 摘要
简体中文 dsh-motion @dsh-external/dsh-motion is a small, zero-configuration browser plugin for DeepSeek Harness. It adds short entry motion to semantic menus, listboxes, dialogs, tab panels, conversation page layers, and state changes on tabs and switches. The plugin is deliberately conservative: - Harness and theme-owned animation wins. Ambiguous surfaces are skipped. - Only opacity , independent translate / scale , and color properties are animated. Layout, positioning transforms, dimensions, and scroll containers are left alone. - prefers-reduced-motion is observed live. Movement and fades are disabled when it is enabled. - There is no settings page, intensity slider, polling loop, or permanent animation frame loop. Install Build a source checkout, then install it into an isolated Harness profile with the normal plugin workflow: The package includes cordis.patch.yml , the dsh.client declaration, and the client bundle expected by the Harness module loader. Restart or reload the profile after adding it. An application or theme can opt a subtree out explicitly: Compatibility The release is tested against the Harness 0.1.0-rc.5 checkout and the published 0.1.0-rc.6 client-runtime line. …
在 GitHub 查看完整 README →