zhoupengjie/dsh-motion-manager ↗★ 0
dsh-motion-manager
DSH 动画管理器:提供可配置的锚定弹出菜单和设置页面过渡动画。
AI 分析
核心用途是为 DSH 网页端交互引入平滑的现代桌面级动效。适合注重界面交互细节、希望提升 UI 视觉流畅度与高级感的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhoupengjie/dsh-motion-manager說明文件
閱讀完整 README ↗dsh-motion-manager
Configurable motion for DeepSeek Harness (DSH), with anchored popover animations inspired by modern desktop interfaces.
Features
- Adds a dedicated Motion Manager page to the settings sidebar.
- Animates newly opened menus, popovers, and dialogs from their trigger button.
- Automatically chooses the correct origin for panels opening above, below, left, or right of a button.
- Adds a smoothly sliding highlight to the settings sidebar.
- Uses the same anchored animation style for the settings window and other floating surfaces.
- Provides an adjustable duration from 80 to 500 ms, defaulting to 350 ms.
- Uses a soft CSS Bézier curve by default, with standard, spring, and linear presets.
- Supports custom CSS
cubic-bezier(...)timing functions. - Honors reduced-motion preferences and stores configuration locally in the browser.
Install
dsh plugin --profile web add github:zhoupengjie/dsh-motion-manager
Restart dsh web, then open Motion Manager from the settings sidebar.
How it works
The client observes newly opened floating surfaces after button interactions and applies Web Animations without replacing their positioning transform. DSH internals may change between preview releases, so selector compatibility may occasionally require an update.
License
MIT