Closed ognistik closed 3 weeks 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.
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!
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