Skip to content

Commit bce5a98

Browse files
SchneegansCopilot
andcommitted
📝 Add new properties
Co-authored-by: Copilot <copilot@github.com>
1 parent 2cc869c commit bce5a98

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/content/docs/config-files.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Below are the default values of the configuration file.
106106
"dragThreshold": 15,
107107
"fadeInDuration": 150,
108108
"fadeOutDuration": 200,
109+
"enableMenuAnimations": true,
110+
"enablePointerReactiveEffects": true,
109111
"keepInputFocus": false,
110112
"enableMarkingMode": true,
111113
"enableTurboMode": true,
@@ -312,6 +314,18 @@ The duration of the fade-in animation in milliseconds. Set to `0` to disable the
312314

313315
The duration of the fade-out animation in milliseconds. Set to `0` to disable the animation. Some actions are only executed after the fade-out animation has finished, so reducing this value can make the menu much "snappier".
314316

317+
#### enableMenuAnimations <Badge text="soon!" variant="tip" />
318+
319+
<small>Default value: `"enableMenuAnimations": true`</small>
320+
321+
If disabled, all transitions and most animations of the menu theme are prevented.
322+
323+
#### enablePointerReactiveEffects <Badge text="soon!" variant="tip" />
324+
325+
<small>Default value: `"enablePointerReactiveEffects": true`</small>
326+
327+
If disabled, some zooming or scaling effects of the menu theme which are based on the current pointer position are prevented.
328+
315329
#### keepInputFocus
316330

317331
<small>Default value: `"keepInputFocus": false`</small>

0 commit comments

Comments
 (0)