kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS
Other
2.99k stars 87 forks source link

Having the official option to disable fade-out animation and delay #556

Closed ognistik closed 3 weeks ago

ognistik commented 3 months ago

Description

We currently can (partially) do this directly on the code—by removing the delay, as it's been mentioned on discord—but we still get the fade out animation trying to run for half a second when triggering a Kando menu again. Having the option to disable both as an "official setting" would be great to have. Kando feels so much faster without it and, while the animation is super nice, I'm sure some users would appreciate the speed.

Affected Desktop Environments

All

Additional Information

No response

Schneegans commented 3 months ago

Thanks for creating a feature request for that! We will need a general-settings tab in the menu editor soon. Once we have this, it should include this option.

Schneegans commented 3 weeks ago

It is now possible to change the fade-in and fade-out duration of the menu! For now, it is only possible to change this via the fadeInDuration and fadeOutDuration properties in the config.json file. The values are given in milliseconds and default to 150ms and 200ms respectively. In the future, this will be exposed in the settings UI!