Skip to content
dsh.fish
Bundle

dsh-motion-manager

Configurable anchored popover and settings animations for DeepSeek Harness.

Source
zhoupengjie
License
MIT
Updated
Updated 19 days ago

Readme

# dsh-motion-manager

Configurable motion for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (DSH), with anchored popover animations inspired by modern desktop interfaces.

[中文说明](README_CN.md)

## 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.
- Transitions the right-hand settings content when switching primary sections.
- Animates secondary tabs and nested disclosure panels with the configured duration and easing.
- 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

```powershell
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

Install

dsh plugin --profile web add github:zhoupengjie/dsh-motion-manager

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source