Add animation speed slider in general tab, always collapse activeWindow

GeneralTab: add animation speed slider
Workspace: set activeWindow to always collapsed except for hover
Misc: replaced a lot of animations with Style.animationXYZ
This commit is contained in:
Ly-sec 2025-08-27 14:52:50 +02:00
parent 563a151277
commit 124d9becc6
7 changed files with 55 additions and 34 deletions

View file

@ -107,7 +107,7 @@ Item {
property: "masterProgress"
from: 0.0
to: 1.0
duration: 1000
duration: Style.animationSlow * 2
easing.type: Easing.OutQuint
}
PropertyAction {